Skip to main content
GET
Latest N trades (shorthand for /tape?limit=N&order=desc)
Shorthand for the latest N trades across the requested venues, sorted newest-first. Equivalent to GET /v2/tape?limit=N&order=desc, with no cursor state to manage. Use this when you just want a sanity sample or a “what’s been happening” dump. Use /v2/tape when you need filters or pagination.

See also

Full tape with filters

Live WebSocket

Authorizations

X-API-Key
string
header
required

Your BackQuant API key (same key as v1)

Headers

X-API-Key
string | null

Query Parameters

symbol
enum<string>
default:BTCUSDT

Trading symbol: BTCUSDT, ETHUSDT, SOLUSDT, or HYPEUSDT.

Available options:
BTCUSDT,
ETHUSDT,
SOLUSDT,
HYPEUSDT
venues
string | null
limit
integer
default:100
Required range: 1 <= x <= 1000

Response

Successful Response