x402basequality 0.82

Pump.fun token volume rankings with buyer/seller flow data on Solana, paid per-request via x402.

Price
0.6 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the top Pump.fun tokens ranked by trading volume on Solana, including buyer and seller flow breakdowns. It is a "raw" variant, meaning it returns structured data without AI-generated analysis text. The endpoint is part of the Einstein AI x402 API suite, which wraps Bitquery on-chain data behind pay-per-request micropayments.

Payment is accepted on three rails: USDC on Base ($0.60), USDC on Solana ($0.60), or Bitcoin Lightning (~786 sats, ~$0.60 equivalent). No API key is required; callers authenticate solely via the x402 payment header. The request body accepts optional `limit` (up to 500, default 10) and `timeperiod` (1h, 4h, 24h, 7d, 30d) parameters. The response includes a status field, a result object containing the volume data, and a payment receipt.

The endpoint is live and returning a valid x402 challenge on POST. It is hosted by Einstein AI (emc2ai.io) and backed by Bitquery's Solana data infrastructure. The broader API suite offers 20+ endpoints covering market data, whale intelligence, launchpad tracking, security audits, and DeFi analytics across multiple EVM chains and Solana, priced from $0.25 to $1.15 per call.

Capabilities

pumpfun-volume-trackingsolana-dex-databuyer-seller-flowx402-micropaymentmulti-chain-paymentlightning-network-paymentraw-json-responseconfigurable-timeperiodconfigurable-limit

Use cases

  • Ranking Pump.fun tokens by trading volume to identify trending meme coins on Solana
  • Analyzing buyer vs seller flow to gauge market sentiment on newly launched tokens
  • Building automated trading dashboards that track high-volume Pump.fun tokens
  • Feeding Solana meme coin volume data into AI agents for autonomous trading decisions
  • Monitoring Pump.fun ecosystem activity over configurable time windows

Fit

Best for

  • AI agents needing structured Pump.fun volume data without API key management
  • Solana meme coin traders tracking high-volume tokens
  • Developers building automated on-chain analytics pipelines with pay-per-use pricing

Not for

  • Historical tick-level or order-book data requirements
  • EVM-only workflows — this endpoint is Solana/Pump.fun specific
  • Users who need free or subscription-based access rather than per-call payments

Quick start

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

Example

Request

{
  "limit": 10,
  "timeperiod": "24h"
}

Response

{
  "result": {
    "tokens": [
      {
        "name": "ExampleToken",
        "swaps": 4521,
        "buyers": 2100,
        "symbol": "EXT",
        "sellers": 1800,
        "volumeUsd": 1250000.5,
        "buyVolumeUsd": 720000.3,
        "tokenAddress": "So11...example",
        "sellVolumeUsd": 530000.2
      }
    ]
  },
  "status": "completed",
  "payment": {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "600000",
    "scheme": "exact",
    "txHash": "0xabc123...",
    "network": "base",
    "timestamp": "2025-06-01T12:00:00Z",
    "x402Version": 1
  }
}

Endpoint

Transporthttp
Protocolx402
Pay to0xc9368b30BD620164FD1a05a5d99dcaf8Ae754775
CurrencyUSD COIN

Quality

0.82/ 1.00

Full OpenAPI schema with detailed input/output definitions, live 402 challenge confirmed on three payment rails, and clear pricing. Docked slightly because the response schema for the raw variant is generic (no detailed field-level output schema for the volume data itself), and the example response is inferred from the general BitqueryResponse schema rather than captured from a real call.

Warnings

  • The /api path returned a 522 (host timeout) during crawl, suggesting occasional origin server instability.
  • The response output schema for the raw endpoint is generic ('result: object') — exact field names in the volume data are inferred, not documented.
  • Response example is synthetic; no actual paid response was captured during probing.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 00:11:44Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access