MPPtempoquality 0.68

GraphQL API for real-time token prices, trades, liquidity, wallets, and prediction markets across 80+ chains.

Price
$0.001 / call
Protocol
mpp
Verified
no

What it does

Codex provides a unified GraphQL endpoint at graph.codex.io/graphql for querying enriched on-chain data across 80+ blockchain networks. The API covers 70 million+ tokens and 700 million+ wallets, offering real-time and historical USD pricing, candlestick chart data, trade history, liquidity pool analytics, holder/balance information, trending token algorithms, scam filtering, NFT data, and prediction market analytics. It supports both EVM and non-EVM chains including Ethereum, Solana, Base, Arbitrum, Optimism, Avalanche, Polygon, Sui, HyperEVM, and Monad.

The endpoint accepts standard GraphQL POST requests with a JSON body containing a `query` field (and optional `variables` and `operationName`). Authentication is available via Bearer token or MPP (micropayment protocol) payment. According to the OpenAPI spec, the fixed price per query is $0.001 (settled via MPP). The full GraphQL schema can be discovered via introspection. Codex is used in production by major platforms including Coinbase, TradingView, Uniswap, Magic Eden, Rainbow, Moonpay, Farcaster, and BullX for token data, charts, portfolio tracking, and trading bot alerts.

The API is designed for sub-second response times and indexes thousands of transactions per second. It covers 16 launchpads and provides aggregated data (volume, liquidity, unique wallets) across multiple timeframes. Documentation is available at docs.codex.io, and sign-up is at dashboard.codex.io.

Capabilities

graphql-apireal-time-token-pricinghistorical-price-datacandlestick-chartstrade-historyliquidity-pool-analyticsholder-balanceswallet-analyticstrending-tokensscam-filteringnft-dataprediction-marketsmulti-chain-supportwebsocket-streamingaggregated-volume-data

Use cases

  • Building trading bots that need real-time token prices and trade data across multiple chains
  • Populating portfolio trackers with wallet balances, holdings, and transaction history
  • Creating analytics dashboards with trending tokens, volume, and liquidity metrics
  • Powering DeFi applications with pair data, holder concentration, and scam filtering
  • Querying prediction market data for AI agents or analytics platforms

Fit

Best for

  • Multi-chain DeFi applications needing a single unified data source
  • Trading bots and sniper bots requiring sub-second token and launchpad alerts
  • Portfolio trackers and wallet analytics tools covering 80+ networks
  • AI agents that need structured on-chain data via a pay-per-query model

Not for

  • Applications needing raw block/transaction-level data without enrichment
  • Use cases requiring on-chain write operations (this is a read-only data API)
  • Projects that need free unlimited access without per-query costs

Quick start

curl -X POST https://graph.codex.io/graphql \
  -H "Content-Type: application/json" \
  -d '{"query": "{ getNetworks { name id } }"}'

Example

Request

{
  "query": "{ getNetworks { name id } }"
}

Response

{
  "data": {
    "getNetworks": [
      {
        "id": "1",
        "name": "Ethereum"
      },
      {
        "id": "1399811149",
        "name": "Solana"
      },
      {
        "id": "8453",
        "name": "Base"
      }
    ]
  }
}

Endpoint

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.68/ 1.00

OpenAPI spec is present with clear request/response schemas, pricing info ($0.001/query via MPP), and guidance. However, the probe did not capture a live 402 MPP challenge (returned 400 on HEAD/GET, likely because the endpoint only accepts POST). Full GraphQL schema is not included—only discoverable via introspection. External docs at docs.codex.io were not crawled. Example response is inferred from the query guidance.

Warnings

  • MPP probe returned 400 on HEAD and GET; the endpoint likely only responds to POST requests, so liveness via MPP challenge was not confirmed
  • Full GraphQL schema not captured—use introspection query to discover available types and fields
  • Documentation at docs.codex.io was not crawled; graph.codex.io/docs returned 404
  • Example response is inferred from the OpenAPI guidance, not from an actual captured response

Citations

Provenance

Indexed frommpp_dev
Enriched2026-04-19 15:34:19Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access