Recent Trades
tradesRetrieve recent trades for a security symbol, including price, volume, timestamp, trade type, and direction.
Instructions
Get recent trades (max 1000). Returns trades[]{price, volume, timestamp, trade_type, direction} for the symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Maximum number of results (max 1000) | |
| symbol | Yes | Security symbol, e.g. "700.HK" |