GET /api/v3/depth
Summary: Order book
Operation ID: getDepth
Auth: unknown
Operation ID: getDepth
Auth: unknown
Description
Get order book depth for a symbol.
Parameters (2)
limit
(integer, query, optional, default: 100)
Limit of orders to return. Default 100; max 5000. Valid limits: 5, 10, 20, 50, 100, 500, 1000, 5000
Constraints: {'enum': [5, 10, 20, 50, 100, 500, 1000, 5000]}
symbol
(string, query, required)
Symbol to get order book for (e.g., BTCUSDT)
No probe data for this endpoint yet.