You're viewing a demo portfolio

Join the waitlist
PRSM

x711_price_feed

Active

Tool of x711 — Universal Agent Gas Station

declared in 1.0.0

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."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

x711 — Universal Agent Gas Station

1/7 registries
View full server →