Animica x402 Directory

Directory

aiagentoracle.ai

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.

Endpoints

EndpointMethodPriceProbe
/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

What these endpoints do

aiagentoracle.ai/api/v1/status

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 · $0.01 · probe 402

aiagentoracle.ai/api/v1/token/%7Bsymbol%7D

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 $…

GET · $0.01 · probe 200

aiagentoracle.ai/api/v1/tokens

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 …

GET · $0.01 · probe 402

aiagentoracle.ai/api/v1/tokens/movers

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.

GET · $0.01 · probe 402

aiagentoracle.ai/api/v1/tokens/top

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.

GET · $0.01 · probe 402