x711_price_feed
ActiveTool of x711 — Universal Agent Gas Station
Live crypto price feed via CoinGecko. Returns real-time USD price and 24h change for any supported asset. Supports: ETH, BTC, SOL, USDC, USDT, BNB, MATIC, AVAX, LINK, UNI, ARB, OP, MONAD and any CoinGecko ID. Use before tx_simulate to get current gas cost in USD. Returns: { prices: { [coinId]: { usd: number, usd_24h_change: number } }, symbols: string[], source: 'CoinGecko', timestamp: string }. Free tier: 10 calls/day, no API key needed.
Parameters schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Asset symbol(s) to price. Single: 'ETH'. Multiple space or comma separated: 'ETH BTC SOL' or 'ETH,BTC,SOL'. Case insensitive."
},
"symbol": {
"type": "string",
"description": "Single asset symbol (legacy). Prefer query."
},
"symbols": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of asset symbols (legacy). Prefer query."
}
}
}Parent server
x711 — Universal Agent Gas Station
1/7 registries