aiagentoracle.ai publishes 5 machine-payable endpoints over the x402 protocol, priced from $0.01 to $0.01 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /api/v1/status | GET | $0.01 | 402 |
| /api/v1/token/%7Bsymbol%7D | GET | $0.01 | 200 |
| /api/v1/tokens | GET | $0.01 | 402 |
| /api/v1/tokens/movers | GET | $0.01 | 402 |
| /api/v1/tokens/top | GET | $0.01 | 402 |
AgentOracle: live service-health snapshot — tracked-token count, last ingestion timestamp, ingestion error counter, process uptime, and API version. Use as a cheap heartbeat before issuing larger quer…
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 $…
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 pagination. Each row includes price, 24h …
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` timestamp.
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, liquidity, 24h price change.