x402basequality 0.82

Identify Pump.fun tokens nearing Raydium DEX graduation on Solana, with AI analysis.

Price
0.75 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint from Einstein AI returns Pump.fun tokens that are approaching the bonding-curve graduation threshold for migration to Raydium DEX on Solana. It accepts optional parameters for result limit (1–200, default 30) and minimum bonding-curve progress percentage (0–100, default 50), letting callers filter for tokens closest to graduating. Responses include raw on-chain data plus an AI-generated analysis layer with insights about the tokens identified.

The endpoint is part of Einstein AI's broader x402-enabled blockchain intelligence suite, powered by Bitquery data. Payment is $0.75 per request, settled via x402 micropayments. Three payment rails are supported: USDC on Base (to 0xc9368b…), USDC on Solana (to 3H8oRd…), or Bitcoin Lightning (982 sats, ~$0.75 equivalent). No API keys are required — authentication is handled entirely through the X-PAYMENT header with a signed payment authorization.

The response schema includes a status field, a result object with the queried token data, an analysis object containing AI-powered insights, and a payment receipt. The endpoint has a 90-second timeout on Base and 60 seconds on Solana. It is discoverable via the CDP Bazaar and supports agent-to-agent commerce workflows.

Capabilities

pumpfun-graduation-trackingsolana-token-databonding-curve-analysisai-analysisx402-micropaymentmulti-chain-paymentbitquery-datalaunchpad-monitoring

Use cases

  • Monitor which Pump.fun tokens are closest to graduating to Raydium for early trading opportunities
  • Build automated alerts when tokens cross a bonding-curve progress threshold
  • Feed graduation data into trading bots that act on imminent DEX migrations
  • Research Pump.fun token lifecycle and graduation patterns with AI-augmented analysis
  • Screen Pump.fun tokens by graduation progress to prioritize due diligence

Fit

Best for

  • AI agents needing programmatic Pump.fun graduation data with no API key setup
  • Solana DeFi traders tracking bonding-curve progress for early entry signals
  • Automated trading systems that need structured, pay-per-call launchpad intelligence

Not for

  • Historical Pump.fun data beyond the current bonding-curve snapshot
  • Non-Solana token launches (this endpoint is Solana-only)
  • Users who need free or subscription-based access rather than per-call micropayments

Quick start

curl -X POST https://emc2ai.io/x402/bitquery/pumpfun-graduation \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <base64-signed-USDC-authorization>" \
  -d '{"limit": 10, "minProgressPct": 75}'

Example

Request

{
  "limit": 10,
  "minProgressPct": 75
}

Response

{
  "result": {
    "tokens": [
      {
        "name": "ExampleToken",
        "createdAt": "2025-06-01T12:00:00Z",
        "volumeUsd": 15420.5,
        "mintAddress": "So1ana...",
        "progressPct": 87.3
      }
    ]
  },
  "status": "completed",
  "payment": {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "750000",
    "scheme": "exact",
    "txHash": "0xabc123...",
    "network": "base",
    "timestamp": "2025-06-15T10:30:00Z",
    "x402Version": 1
  },
  "analysis": {
    "summary": "10 tokens found above 75% bonding curve progress. 3 are within 5% of graduation threshold.",
    "insights": [
      "ExampleToken shows accelerating volume in the last 4 hours."
    ]
  }
}

Endpoint

Transporthttp
Protocolx402
Pay to0xc9368b30BD620164FD1a05a5d99dcaf8Ae754775
CurrencyUSD COIN

Quality

0.82/ 1.00

Full OpenAPI schema with detailed request/response models, live 402 challenge confirming three payment rails, and clear pricing. Docked slightly because the exact response fields for graduation data (token names, progress fields) are not fully specified in the schema — the output schema only describes generic 'result' and 'analysis' objects. The example response is inferred from context.

Warnings

  • The /api path returned a 522 (host timeout) during crawl, suggesting occasional origin server issues
  • Exact response fields for graduation token data are not fully documented — the output schema uses generic object types
  • AI analysis quality and data freshness depend on upstream Bitquery availability

Citations

Provenance

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

Agent access