{"uid":"cap_t5TG7sqr4MSlyRbR_ckdv","slug":"aiagentoracle-ai-a67b1d47","name":"AgentOracle Spot Price by Ticker","description":"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.","url":"https://aiagentoracle.ai/api/v1/price/ETH","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object","required":["symbol"],"properties":{"symbol":{"type":"string","description":"Uppercase ticker symbol, e.g. ETH, BTC, SOL."}}},"queryParams":{"type":"object","properties":{}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["symbol","priceUsd","asOf"],"properties":{"asOf":{"type":"string","format":"date-time"},"symbol":{"type":"string"},"priceUsd":{"type":["number","null"],"description":"Spot price in USD."}}}}}}},"responseSchema":null,"example":{"request":{"input":{"type":"http","method":"GET","pathParams":{"symbol":"ETH"},"queryParams":{}}},"response":{"asOf":"2026-06-10T04:32:07.221Z","symbol":"ETH","priceUsd":1629.21}},"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm__zVATA2bFBrr0sIKgFc4r","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns the latest USD spot price for a single on-chain crypto token identified by its ticker symbol, as a minimal 3-field payload optimized for high-frequency polling.","exampleAgentPrompt":"What's the current USD spot price of ETH right now? Just give me the number and when it was last updated.","exampleUseCases":null,"resultDescription":"A minimal JSON object with three fields: `symbol` (the ticker as stored), `priceUsd` (current spot price as a number, or null if unavailable), and `asOf` (ISO 8601 datetime of the price snapshot). Returns HTTP 404 for unrecognized ticker symbols.","failureModes":["404 returned for unknown or unsupported ticker symbols","priceUsd may be null if ingestion data is temporarily unavailable","Payment required (402) if x402 payment header is not included or insufficient","Symbol case issues if client sends unexpected formatting (though API is case-insensitive)","Stale asOf timestamp if ingestion pipeline is delayed"],"whenToPreferThis":"Prefer this endpoint when an agent needs only the current USD price of a single token and wants minimal payload overhead — ideal for high-frequency polling loops, trading bots, or any scenario where low latency and small response size matter more than full token metadata. Choose the full token-detail endpoint if you also need market cap, volume, or chain info.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:42:14.326Z","isFirstParty":false}