Monitor new Pump.fun token launches on Solana with bonding curve progress and AI analysis via x402 micropayment.
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
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
Quality
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
- —Endpoint costs $0.75 per request (750000 atomic units, 6 decimals USDC)https://emc2ai.io/x402/bitquery/pumpfun-launches
- —Accepts payments on Base (USDC), Solana (USDC), and Lightning Network (984 sats)https://emc2ai.io/x402/bitquery/pumpfun-launches
- —Optional parameters: limit (1-20), timeperiod (1h/4h/12h/24h), minVolumeUsd, sortBy (volume/time/progress)https://emc2ai.io/x402/bitquery/pumpfun-launches
- —Part of Einstein AI x402 API suite with 20+ blockchain intelligence endpointshttps://emc2ai.io/docs
- —Einstein accepts payments on three chains: USDC on Base, USDC on Solana, and BTC via Lightning Networkhttps://emc2ai.io/docs
- —Paid features typically cost $0.20–$1.00 per invocationhttps://emc2ai.io/docs