API: Tape & WebSocket
Tape - recent trades
Latest N trades (shorthand for /tape?limit=N&order=desc). Convenience endpoint for clients who just want the newest N trades across all venues without…
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
Your BackQuant API key (same key as v1)
Headers
Query Parameters
Trading symbol: BTCUSDT, ETHUSDT, SOLUSDT, or HYPEUSDT.
Available options:
BTCUSDT, ETHUSDT, SOLUSDT, HYPEUSDT Required range:
1 <= x <= 1000Response
Successful Response
