Retrieve recent trade executions 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 | Number of trades, default 50, max 200 |
| Field | Description |
|---|---|
| id | Trade ID |
| price | Trade execution price |
| quantity | Trade volume |
| side | Trade direction (buy/sell) |
| timestamp | Trade execution time (milliseconds, UTC) |
Trading symbol
"700.HK"
Number of trades (default 50, max 200)
1 <= x <= 200100