Live market data.
Last-trade, top-of-book quote, full tick snapshots, and TVL pulls served from our snapshot cache.
Endpoints
- GETLast trade
/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
/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
/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.
- GETAggregated TVL · per chain, per pair
/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.).