{"uid":"cap_iu1-MBC7VJCvVQ4j5BFpv","slug":"aiagentoracle-ai-3697e55e","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/SOL","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":"SOL"}}},"response":{"asOf":"2026-05-29T04:43:16.898Z","symbol":"SOL","priceUsd":81.66}},"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_btBanppGBBi1Ae-7UXyO8","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 cryptocurrency token identified by its ticker symbol, as a minimal three-field payload.","exampleAgentPrompt":"What's the current USD spot price of SOL? I need just the price and timestamp, optimized for frequent polling.","exampleUseCases":null,"resultDescription":"A minimal JSON object with three fields: the token symbol (e.g. 'SOL'), its current spot price in USD as a number (priceUsd), and the timestamp of the reading (asOf in ISO 8601 format). Returns 404 if the symbol is unknown.","failureModes":["404 Not Found if the ticker symbol is not tracked by AgentOracle","Case sensitivity edge cases (though symbol lookup is case-insensitive)","Null priceUsd if price data is temporarily unavailable for the token","Payment required (402) if x402 micropayment of $0.01 USDC is not included","Network timeout if the service is under high polling load"],"whenToPreferThis":"Choose this endpoint when you need only the current spot price of a single token with minimal latency and payload overhead — ideal for high-frequency polling agents, trading bots, or any workflow that needs a lightweight price signal without full token metadata. Prefer this over the full token-detail endpoint when you only need the price scalar and timestamp.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:43:55.610Z","isFirstParty":false}