x402basequality 0.82

Monitor new Pump.fun token launches on Solana with bonding curve progress and AI analysis via x402 micropayment.

Price
0.75 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint from Einstein AI returns fresh Pump.fun token launches on Solana, including bonding curve progress data and AI-generated analysis. It is part of a broader suite of Bitquery-powered blockchain intelligence endpoints offered by emc2ai.io, all gated behind the x402 payment protocol.

The endpoint accepts POST requests with optional parameters: limit (1–20, default 10), timeperiod (1h/4h/12h/24h, default 24h), minVolumeUsd (default $10), and sortBy (volume/time/progress, default time). The response includes raw query data, AI-powered analysis and insights, and a payment receipt. Payment is $0.75 per request, settled in USDC on Base (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), USDC on Solana, or BTC via Lightning Network (984 sats equivalent). No API key is needed — authentication is handled entirely through the X-PAYMENT header with a signed payment authorization.

The endpoint is confirmed live, returning a proper x402 payment challenge with version 1. It is part of Einstein AI's larger x402 v2 ecosystem that includes 20+ endpoints covering market data, whale intelligence, launchpad monitoring, security audits, DeFi analytics, and investment reports across multiple EVM chains and Solana. The OpenAPI spec is comprehensive with full request/response schemas documented.

Capabilities

pumpfun-launch-monitoringsolana-token-databonding-curve-progressai-analysisx402-micropaymentmulti-chain-paymentbitquery-datalaunchpad-trackingreal-time-data

Use cases

  • Monitoring newly launched Pump.fun tokens to identify early trading opportunities
  • Tracking bonding curve progress to find tokens approaching DEX graduation
  • Building automated trading bots that react to new Pump.fun launches
  • Screening Pump.fun tokens by volume and launch recency for research

Fit

Best for

  • AI agents needing programmatic access to Pump.fun launch data
  • Solana DeFi traders tracking new meme coin launches
  • Developers building automated token screening pipelines
  • Researchers analyzing Pump.fun launch patterns and bonding curve dynamics

Not for

  • Historical Pump.fun data beyond 24 hours (max timeperiod is 24h)
  • EVM chain token launches (this endpoint is Solana-only; use /x402/bitquery/latest-pairs for EVM)
  • Free or high-volume bulk data extraction (each call costs $0.75)

Quick start

curl -X POST https://emc2ai.io/x402/bitquery/pumpfun-launches \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <base64-signed-USDC-authorization>" \
  -d '{"limit": 10, "timeperiod": "24h", "sortBy": "time"}'

Example

Request

{
  "limit": 10,
  "sortBy": "time",
  "timeperiod": "24h",
  "minVolumeUsd": 10
}

Response

{
  "data": {
    "launches": [
      {
        "name": "ExampleToken",
        "symbol": "EXT",
        "volumeUsd": 1250,
        "launchedAt": "2025-01-15T12:30:00Z",
        "tokenAddress": "So11...example",
        "bondingCurveProgress": 42.5
      }
    ]
  },
  "status": "completed",
  "payment": {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "750000",
    "scheme": "exact",
    "txHash": "0xabc...def",
    "network": "base",
    "x402Version": 1
  },
  "analysis": {
    "summary": "AI-generated insights about launch trends and notable tokens"
  }
}

Endpoint

Transporthttp
Protocolx402
Pay to0xc9368b30BD620164FD1a05a5d99dcaf8Ae754775
CurrencyUSD COIN

Quality

0.82/ 1.00

The endpoint is confirmed live with a proper x402 402 challenge. A comprehensive OpenAPI 3.0.3 spec is available with full request schemas, pricing details, and response models. The response body schema is somewhat generic (uses a shared BitqueryResponse type), and no real example response with actual Pump.fun data fields was captured, so the exact output structure is partially inferred.

Warnings

  • The /api route returned a 522 (host error) during crawl, suggesting occasional backend instability
  • Response data schema is generic (shared BitqueryResponse); exact fields for Pump.fun launches are not individually documented
  • The example response JSON is inferred from the generic schema and outputSchema — actual field names may differ

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 01:23:43Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access