x402-crypto-data Current Crypto Prices is a paid API for AI agents from x402-crypto-data.vercel.app, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).
Fetches current prices for up to 25 cryptocurrencies by DefiLlama coin ID
Current crypto prices for up to 25 coins (DefiLlama).
Returns current price data for each requested coin, keyed by DefiLlama coin ID (e.g. coingecko:ethereum), including the latest price in USD sourced from DefiLlama.
POSThttps://x402-crypto-data.vercel.app/api/priceUse this endpoint when you need real-time spot prices for one or more specific cryptocurrencies identified by DefiLlama coin IDs (e.g. coingecko:ethereum or chain:contractAddress). Ideal for agents that need to price DeFi tokens by contract address on specific chains, not just major exchange-listed coins. Prefer over alternatives when DefiLlama coverage of long-tail DeFi tokens is needed.
{
"coins": [
"coingecko:ethereum",
"coingecko:bitcoin",
"coingecko:solana",
"coingecko:usd-coin"
]
}| Field | Type | Description |
|---|---|---|
| coins | array | DefiLlama coin ids, e.g. "coingecko:ethereum" or "base:0x833..." |
{
"result": [
{
"id": "coingecko:ethereum",
"price": 1592.4565287404687,
"symbol": "ETH",
"timestamp": 1782883434,
"confidence": 0.99
},
{
"id": "coingecko:bitcoin",
"price": 59129.28197958569,
"symbol": "BTC",
"timestamp": 1782883435,
"confidence": 0.99
},
{
"id": "coingecko:solana",
"price": 75.34692615677545,
"symbol": "SOL",
"timestamp": 1782883434,
"confidence": 0.99
},
{
"id": "coingecko:usd-coin",
"price": 0.9996196079115766,
"symbol": "USDC",
"timestamp": 1782883431,
"confidence": 0.99
}
]
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"