AgentOracle: conservative Base token contract risk assessment from live GoPlus token-security and CoinGecko Base contract data. Missing signals are returned explicitly and penalized rather than treated as safe.
AgentOracle: use before an autonomous transaction to assess an asset's market-data quality, freshness, liquidity, volatility, confidence, and whether it is directly spendable through x402 on Base or must be converted first. Informational and non-custodial.
0.01 USD Coin / request · eip155:8453
GETx402 · listed
https://aiagentoracle.ai/api/v1/price/:symbol
AgentOracle: latest spot price for a single token by ticker symbol — minimal payload (`{ symbol, priceUsd, asOf }`) optimised for high-frequency polling agents. Case-insensitive symbol; returns 404 for unknown symbols.
AgentOracle: conservative Base token contract risk assessment from live GoPlus token-security and CoinGecko Base contract data. Missing signals are returned explicitly and penalized rather than treated as safe.
AgentOracle: use before approving, buying, or interacting with a Base token contract. Returns conservative risk evidence from live GoPlus and CoinGecko data; missing signals are explicit and penalized rather than treated as safe.
0.05 USD Coin / request · eip155:8453
GETx402 · listed
https://aiagentoracle.ai/api/v1/settlement/:hash
AgentOracle: verify a payment transaction recorded by AgentOracle and check its Base receipt confirmation state. Returns recorded amount, payer, recipient, route, timestamp, and confirmed, pending, reverted, or temporarily unavailable on-chain state.
AgentOracle: verify a payment transaction recorded by AgentOracle and check its Base receipt confirmation state. Returns recorded amount, payer, recipient, route, timestamp, and confirmed, pending, reverted, or temporarily unavailable on-chain state.
AgentOracle: use before holding or accepting canonical Base USDC, USDT, or DAI. Assesses peg deviation, liquidity, 24h market context, freshness, caveats, and depeg risk.
0.03 USD Coin / request · eip155:8453
GETx402 · listed
https://aiagentoracle.ai/api/v1/stablecoin/best
AgentOracle: use when choosing a Base stablecoin for payment, treasury, or settlement. Ranks canonical USDC, USDT, and DAI using peg deviation, liquidity, freshness, and conservative missing-data penalties.
0.05 USD Coin / request · eip155:8453
GETx402 · listed
https://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 queries.
0.01 USD Coin / request · eip155:8453
GETx402 · listed
https://aiagentoracle.ai/api/v1/token/:symbol
AgentOracle: lookup a single on-chain crypto token by 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.
AgentOracle: price history time-series for a single token — array of `{ t, price }` points at hourly or daily intervals. Pass `interval=hour` (returns hourly points over last 1-14 days) or `interval=day` (daily points over last 30-365 days). `limit` defaults to 24, max 200. Ideal for trading bots, charting agents, and backtesting.
0.01 USD Coin / request · eip155:8453
GETx402 · listed
https://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 volume, market cap, liquidity, 24h price change, and confidence score.
0.01 USD Coin / request · eip155:8453
GETx402 · listed
https://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.
0.01 USD Coin / request · eip155:8453
GETx402 · listed
https://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.
0.01 USD Coin / request · eip155:8453
POSTx402 · listed
https://aiagentoracle.ai/api/v1/execution/quote
AgentOracle: use when choosing where to execute a Base swap. Compares live Uniswap V3 and KyberSwap routes by expected output, slippage, price impact, estimated gas, and gas-adjusted net execution price. Indicative results expire after 30 seconds.
0.1 USD Coin / request · eip155:8453
POSTx402 · listed
https://aiagentoracle.ai/api/v1/preflight
Must-call before Base send/swap/bridge/stake/contract_call: returns decision ALLOW|REVIEW|BLOCK plus riskScore, simulation/allowance evidence, reasons[], and expiresAt. Agents must abort on BLOCK, escalate on REVIEW, and only sign/submit on ALLOW while now < expiresAt. Optional unsigned tx + allowanceChecks strengthen evidence; omit sender → REVIEW. $0.25 USDC via x402. Docs: https://aiagentoracle.ai/docs/preflight