Live market data.
Last-trade, top-of-book quote, previous daily close, full tick snapshots, and TVL pulls served from our snapshot cache.
Endpoints
- GETLast trade
/v1/last/trade/:venue/:symbolGet the latest trade data for supported stocks, FX, crypto, commodities, and DEX markets, including price, size, symbol, and timestamp.
- GETLast top-of-book quote
/v1/last/quote/:venue/:symbolGet the latest top-of-book quote for supported stocks, FX, crypto, commodities, and DEX markets, including best bid, best ask, sizes, symbol, and timestamp.
- GETMarket snapshot
/v1/snapshot/:venueGet a full market snapshot across stocks, FX, crypto, commodities, and DEX, every symbol a venue publishes in a single round-trip, or scope it down to your own watchlist. Each tick carries price, sizes, best bid, best ask, symbol, and timestamp.
- GETPrevious daily close
/v1/last/close/:venue/:symbolGet the close price for the most recent completed trading day across crypto, FX, and commodities, including the close, the UTC day it belongs to, symbol, and timestamp.
- GETAggregated TVL · per chain, per pair
/v1/last/tvl/:chain/:pairTotal value locked for a specific token pair on a specific chain. Sums across every pool MarketEngine tracks for that pair on that chain (concentrated-liquidity AMMs across fee tiers, stable-pair AMMs, etc.).