Retrieve real-time order book depth (bids & asks) for a trading symbol.
Documentation Index
Fetch the complete documentation index at: https://docs.tickdb.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Required | Description |
|---|---|---|
| symbol | Yes | Trading symbol code |
| limit | No | Depth levels, default 10, max 50 |
| Field | Description |
|---|---|
| symbol | Trading Symbol |
| timestamp | Data timestamp (milliseconds, UTC) |
| bids | Bid array, each element is [price, quantity] |
| asks | Ask array, each element is [price, quantity] |
Trading symbol
"700.HK"
Depth levels (default 10, max 50)
1 <= x <= 5020