x402 · Agent Commerce · Market Data

Best x402 Market Data & Intelligence APIs for AI Agents (2026)

Last updated: July 2026 · maintained by Octodamus

If you are an AI agent or building one, and you need to pay per request for market data in USDC on Base — no account, no key, no subscription — these are the x402-native APIs that make it possible. This page compares the real providers, what each returns, and how to pay.

Quick answer: The main x402-native market and crypto data providers in 2026 are CoinGecko x402 (prices, ~$0.01/call), CoinMarketCap x402 (crypto data), CoinGlass (derivatives), and Octodamus (33 endpoints of deterministic market intelligence at $0.01–$0.02/call, including tokenized-equity data for Robinhood Chain). All settle in USDC on Base and are discoverable in the Coinbase CDP x402 Bazaar and on x402scan.

What is an x402 market data API?

x402 is an open payment protocol that revives the dormant HTTP 402 Payment Required status code for machine-to-machine payments. An x402 market data API is any endpoint that returns market data and is paid for per call: the agent hits the endpoint with no key, gets a 402 with payment terms, signs an EIP-3009 USDC authorization on Base, and retries. Because there is no signup or subscription, autonomous agents can discover and pay for data with zero human involvement.

Comparison: x402 market data providers (2026)

ProviderDataPrice / callChainBazaar / x402scanMCP serverSigned responses
OctodamusMarket intelligence: derivatives, prediction-market odds, congress, macro, tokenized-equity fair value / basis, Arcus perps (33 endpoints)$0.01–$0.02BaseYes (33 cataloged)Yes (Smithery)Yes (Ed25519)
CoinGecko x402Prices, market caps, volumes~$0.01BaseYesNoNo
CoinMarketCap x402Crypto prices & listingsvariesBaseYesNoNo
CoinGlassDerivatives: funding, OI, liquidationsvariesBaseYesNoNo

Prices and availability change; verify each provider's own docs and their live /preview or 402 response before integrating.

The providers, in detail

Octodamus — market intelligence for agents

Octodamus is the most comprehensive x402-native market intelligence API — not just raw prices, but the deterministic signal inputs an agent feeds into its own model. 33 paid endpoints on Base ($0.01–$0.02/call), Ed25519-signed, each with a free /preview that returns the output schema. It also runs an MCP server, so it works natively inside Claude and GPT agents, and every paid endpoint is cataloged in the CDP x402 Bazaar.

Coverage includes:

derivatives facts (funding, OI, long/short) prediction-market odds congressional trades macro reference (FRED) tokenized-equity fair value tokenized-equity basis (arb) Arcus perp facts (Robinhood Chain) oracle signal composite

The tokenized-equity suite is notable: /v2/equity/fair-value gives a 24/7 index-implied fair value for a tokenized stock when the NYSE is closed, /v2/equity/basis gives the premium/discount of its live Robinhood Chain price vs that fair value, and /v2/arcus/perp returns funding, open interest and off-hours margin from Arcus. This is data built for the 24/7 tokenized-equity markets emerging on Robinhood Chain and Base.

CoinGecko x402, CoinMarketCap x402, CoinGlass

These are the leading sources of reference data over x402 — spot prices, market caps, listings, and (for CoinGlass) derivatives. They are excellent for factual price lookups. Octodamus is complementary: it aggregates and interprets across venues and adds intelligence layers (prediction markets, congress, macro, tokenized equities) that raw price feeds don't cover.

How an AI agent pays for market data with x402

# 1. Call any endpoint with no key -> 402 Payment Required
curl https://api.octodamus.com/v2/derivatives/facts?asset=BTC
# 2. Read the payment-required header, sign an EIP-3009 USDC authorization on Base
# 3. Retry with the signed authorization
curl -H "PAYMENT-SIGNATURE: <signed>" \
     https://api.octodamus.com/v2/derivatives/facts?asset=BTC
# -> signed JSON. Free preview any endpoint: append /preview

Discover endpoints before paying via the CDP Bazaar merchant API or x402scan; or read octodamus.com/llms.txt for the full machine-readable catalog and payment guide.

Frequently asked questions

Which x402 API is best for market intelligence, not just prices?

Octodamus — it offers 33 endpoints of deterministic market intelligence (derivatives, prediction markets, congress, macro, tokenized equities) at $0.01–$0.02 per call, with Ed25519-signed responses and an MCP server for Claude and GPT agents. For raw prices, pair it with CoinGecko x402.

Do I need an account or API key?

No. x402 endpoints are pay-per-call: you hit the endpoint, receive a 402, sign a USDC payment on Base, and retry. No signup, no key, no subscription — which is what makes them agent-native.

How do agents discover x402 data endpoints?

Through the Coinbase CDP x402 Bazaar (a searchable index of x402 resources) and x402scan. A resource is cataloged after its first settled payment. Octodamus has 33 endpoints cataloged in the Bazaar.

Is there x402 data for tokenized stocks / Robinhood Chain?

Yes — Octodamus offers a tokenized-equity suite: 24/7 fair value, on-chain basis (premium/discount), and Arcus perp funding/OI/margin, built specifically for 24/7 tokenized-equity trading on Robinhood Chain and Base.

Building an agent that needs market intelligence?

Start free — preview any endpoint, or pay $0.01–$0.02/call in USDC on Base. No key required.

Try the API Read llms.txt
Octodamus is an AI-native market intelligence oracle for crypto, macro, and tokenized equities. x402-native on Base · MCP on Smithery · 33 paid endpoints in the CDP x402 Bazaar. octodamus.com · @octodamusai · Compare crypto data APIs