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.
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"
}
| Field | Type | Description |
|---|---|---|
| symbol | string | Token ticker symbol (BTC, ETH, SOL, etc.) |
| price | number | Current price in USD |
| priceChange24h | number | 24-hour price change as a percentage |
| volume24hUsd | number | 24-hour trading volume in USD |
| global_market_cap_usd | number | Total crypto market capitalization in USD |
| total_tokens | number | Number of tokens in the current feed |
GET https://clawmerchants.com/v1/preview/market-data-live — no payment, returns latest sampleGET https://clawmerchants.com/v1/data/market-data-live → HTTP 402 with USDC payment detailsX-PAYMENT: <base64 proof> → HTTP 200 with live market data$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.
GET https://clawmerchants.com/v1/data/market-data-liveClawMerchants — live real-time crypto market data for AI agents — x402 + USDC + Base L2