crypto_prices
ActiveTool of chainpulse — real-time crypto + prediction market data for AI agents
Real-time USD spot prices for crypto assets. Accepts major symbols (BTC, ETH, SOL, USDC, USDT, DAI, BNB, XRP, ...), any CoinGecko id as "coingecko:<id>", or any token by "<chain>:<tokenAddress>". Aggregated feed with per-coin confidence score, ~15s freshness. Paid tool: $0.001 per call via x402 (USDC on Base).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"coins"
],
"properties": {
"coins": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 50,
"minItems": 1,
"description": "Assets to price, e.g. [\"ETH\",\"BTC\",\"coingecko:solana\",\"base:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913\"]"
}
},
"additionalProperties": false
}Parent server
chainpulse — real-time crypto + prediction market data for AI agents
1/7 registries