get_recent_trades
Fetches executed trades for a symbol, pulling from the live buffer and falling back to a REST snapshot when the buffer is cold. Supports a limit up to 1000 trades.
Instructions
Get the most recent executed trades (ticks) from the live buffer.
Falls back to a REST snapshot (and starts watching) when the buffer is
cold. limit is capped at 1000.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| symbol | Yes | ||
| exchange | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||