Price Snapshot
Look up a recent price series for supported market topics through a lightweight public endpoint instead of a full pipeline run.
Run a live price lookup
Use the public GET endpoint directly here when you want a fast quote or chart-ready series without opening the full terminal.
Try the live price endpoint
This runs the same read-only `/api/price` route documented on the page so visitors can validate the response shape before escalating into the terminal.
Lightweight topic-to-price lookup for supported mapped assets.
/api/price?topic=BTC/api/price?topic=BTCRun a request to inspect the live response payload.Fast topic-to-price lookup
Map a supported topic such as BTC, ETH, SOL, or gold into a price series without running the full TrendAnalysis.ai pipeline.
Series-ready response shape
Return structured timestamps, series data, provider metadata, and last price so frontend widgets can render directly.
Short cache window
Use a lightweight cached response window to keep the endpoint responsive while still representing recent market conditions.
Safe public surface
Expose a read-only GET route that is useful to visitors and developers without opening internal write paths or session state.
Best-Fit Use Cases
Optimized for fast, read-only price checks on a short cache window.
API Surface
/api/priceFetch a topic price response with `topic` or `symbol`. Returns provider metadata, timestamps, series, and the latest price.
GET /api/price?topic=BTCRelated Tools
Need the price in context?
Run the terminal when a simple quote is not enough and you need evidence, catalysts, and narrative linkage.