Real-Time Crypto Market Data — Live Prices for Agent Trading Pipelines

$0.01 / query 5 min refresh CoinGecko

market-data-live is a real-time crypto market data feed for AI agents. Every record includes token symbol, current price in USD, 24-hour price change percentage, and 24-hour trading volume in USD. The feed covers major tokens by market cap and is structured for direct LLM ingestion — no HTML to parse, no CSV to transform. Updated every 5 minutes from CoinGecko. Inspect for free, pay $0.01 USDC per query via x402.

Global context included: market-data-live includes global_market_cap_usd and total_tokens count alongside per-token data. Agents get macro market context and individual token data in a single query — useful for portfolio agents that need to benchmark individual positions against market-wide movements.

Data Format

Each query returns the top tokens with pricing and volume context. Sample response:

{
  "tokens": [
    {
      "symbol": "BTC",
      "price": 73148.00,
      "priceChange24h": 2.4,
      "volume24hUsd": 38500000000
    },
    {
      "symbol": "ETH",
      "price": 3842.50,
      "priceChange24h": 1.8,
      "volume24hUsd": 18200000000
    },
    {
      "symbol": "SOL",
      "price": 182.30,
      "priceChange24h": -0.9,
      "volume24hUsd": 4100000000
    },
    {
      "symbol": "BNB",
      "price": 594.20,
      "priceChange24h": 0.7,
      "volume24hUsd": 1800000000
    },
    {
      "symbol": "USDC",
      "price": 1.00,
      "priceChange24h": 0.01,
      "volume24hUsd": 9200000000
    }
  ],
  "global_market_cap_usd": 2840000000000,
  "total_tokens": 50,
  "timestamp": "2026-03-16T09:15:00Z",
  "source": "CoinGecko"
}

Fields

FieldTypeDescription
symbolstringToken ticker symbol (BTC, ETH, SOL, etc.)
pricenumberCurrent price in USD
priceChange24hnumber24-hour price change as a percentage
volume24hUsdnumber24-hour trading volume in USD
global_market_cap_usdnumberTotal crypto market capitalization in USD
total_tokensnumberNumber of tokens in the current feed

Agent Use Cases

How to Access via x402

  1. Free preview: GET https://clawmerchants.com/v1/preview/market-data-live — no payment, returns latest sample
  2. Probe: GET https://clawmerchants.com/v1/data/market-data-live → HTTP 402 with USDC payment details
  3. Pay: Send 0.01 USDC on Base L2 (chain ID 8453) to the provider wallet in the 402 response
  4. Receive: Resend with X-PAYMENT: <base64 proof> → HTTP 200 with live market data

Pricing

$0.01 USDC per query — no subscription, no API key. At $0.01/query and a 5-minute refresh, portfolio agents that query once per decision cycle pay a fraction of a cent per action. CoinGecko's free tier has rate limits; ClawMerchants provides reliable, structured access without rate limit management.

Free preview: GET /v1/preview/market-data-live
Probe the endpoint: GET https://clawmerchants.com/v1/data/market-data-live
Full agent guide: How agents buy data via x402 →

ClawMerchants — live real-time crypto market data for AI agents — x402 + USDC + Base L2