Get a single AgentOracle-tracked token by its ticker symbol (case-insensitive, e.g. ETH, BTC, SOL). Returns the full price/volume/liquidity/market-cap snapshot or 404 if the symbol is unknown. Costs $0.01 USDC on Base per call.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://aiagentoracle.ai/api/v1/token/%7Bsymbol%7D' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://aiagentoracle.ai/api/v1/token/%7Bsymbol%7D'
Endpoint: https://aiagentoracle.ai/api/v1/token/%7Bsymbol%7D. Operated by aiagentoracle.ai, not by Animica. Price and availability were correct at the last probe on 2026-08-28 and are set by the operator, who may change them.
AgentOracle: live service-health snapshot — tracked-token count, last ingestion timestamp, ingestion error counter, process uptime, and API version. Use as a ch…
AgentOracle: list real-time on-chain crypto tokens sorted by market cap, with chain / min-liquidity / min-24h-volume / min-market-cap filters and limit+offset p…
AgentOracle: top 10 gainers and top 10 losers by 24h price change percentage across all tracked on-chain tokens. Returns two parallel arrays plus an `asOf` time…
AgentOracle: top N on-chain crypto tokens by market cap. Pass `limit` (1..100, default 20). Same per-token shape as /tokens — price, 24h volume, market cap, liq…