Get fills
pionex_orders_get_fillsRetrieve trade fills for a symbol with optional start and end times; returns the latest 100 fills when the requested range exceeds the limit.
Instructions
Get fills
Get trade fills for a symbol. Returns latest 100 fills when exceeding limit. Weight: 5.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Trading pair symbol | |
| endTime | No | End time in milliseconds | |
| startTime | No | Start time in milliseconds |