mb_list_orders
Retrieve orders for a trading pair on Mercado Bitcoin with filters for status, side, and date range. Get detailed order information including executions.
Instructions
List orders for a specific trading pair. Filter by status, side, date range. Returns order details including executions (fills).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | No | Filter by side | |
| id_to | No | End order ID | |
| status | No | Filter by status | |
| symbol | Yes | Trading pair, e.g. BTC-BRL | |
| id_from | No | Start order ID | |
| accountId | Yes | Account ID | |
| created_at_to | No | End date (ISO 8601) | |
| has_executions | No | Filter orders that have fills | |
| created_at_from | No | Start date (ISO 8601) |