{"uid":"cap_YAZorRLxCyHhLKXdqrP1q","slug":"market2000-xyz-latest-price-8280bf67","name":"market2000.xyz Latest Price","description":"Latest Price — returns the most recent closing price and 1-day change for a ticker. Cheapest endpoint; ideal for quick price checks before or after pattern analysis.\n\nHOW TO CALL:\n  POST /get_latest_price?ticker=AAPL\n\nPARAMETERS:\n  ticker  — asset symbol (e.g. AAPL, BTC-USD, SPY)\n\nRESPONSE: { ticker, date, close, change_pct }","url":"https://market2000.xyz/get_latest_price","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","queryParams"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"type":"object","required":["ticker"],"properties":{"ticker":{"type":"string","description":"Asset symbol (e.g. AAPL, BTC-USD, SPY)"}}}}},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["ticker","date","close","change_pct"],"properties":{"date":{"type":"string","description":"Date of the most recent bar (YYYY-MM-DD)"},"close":{"type":"number","description":"Most recent closing price"},"ticker":{"type":"string"},"change_pct":{"type":"number","description":"1-day percentage change (decimal)"}}}}}}},"responseSchema":{"type":"json","example":{"date":"2024-06-04","close":194.35,"ticker":"AAPL","change_pct":0.0082}},"example":null,"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.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm__dZzauTlFlVQj6bmOVBWD","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns the most recent closing price and 1-day percentage change for a given asset ticker symbol.","exampleAgentPrompt":"What's the latest closing price and how much has AAPL changed today?","exampleUseCases":null,"resultDescription":"Returns a JSON object with the ticker symbol, the date of the most recent bar (YYYY-MM-DD), the closing price as a number, and the 1-day percentage change as a decimal (e.g. 0.023 for +2.3%).","failureModes":["Invalid or unrecognized ticker symbol returns an error","Ticker not supported by underlying data provider","Market closed or data not yet available for the current day","Network timeout or upstream data source unavailable","Missing required 'ticker' query parameter returns a validation error"],"whenToPreferThis":"Use this endpoint when you need only the latest closing price and 1-day change for a single ticker and want the lowest-cost option. Ideal as a quick pre- or post-analysis price check before running more expensive pattern analysis. Prefer over Price History when you don't need OHLC history, and over Pattern Screener when you only care about price, not chart patterns.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T13:02:45.345Z","isFirstParty":false}