mb_get_trades
Retrieve recent executed trades for a trading pair to view market activity, recent prices, and trade volumes.
Instructions
Get recent executed trades for a trading pair. Useful for seeing market activity, recent prices and volumes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End timestamp (Unix seconds) | |
| from | No | Start timestamp (Unix seconds) | |
| limit | No | Max trades to return (up to 1000) | |
| since | No | Return trades after this trade ID | |
| symbol | Yes | Trading pair, e.g. BTC-BRL |