private/bot/get-trading-bot-executions
POSTReturns the order execution history for a specific Trading Bot./private/bot/get-trading-bot-executions
Request
Body
required
Request id (echoed in response)
Must be "private/bot/get-trading-bot-executions"
Your API key (only required for private REST)
HMAC-SHA256 signature in hex (only required for private REST)
Current timestamp in milliseconds, e.g. "1610905028000".
params objectrequired
Trading Bot ID
Possible values: [PENDING, NEW, ACTIVE, FILLED, CANCELED, REJECTED, EXPIRED]
Filter by order status
basket_bot_filter object
List of instrument symbols to include
Default value: 0
Page number
Default value: 20
Page size. Max 500.
Schema
- Array [
- ]
Original request identifier
Method name
0 for success; error code otherwise
Error message for non-zero codes
result object
execution_list object[]
Instrument display name
Instrument symbol
Execution time in milliseconds (UTC)
Scheduled execution time in milliseconds (UTC)
Possible values: [PENDING, NEW, ACTIVE, FILLED, CANCELED, REJECTED, EXPIRED]
Order status
Possible values: [BUY, SELL]
Order side
Order price
Order quantity
Average fill price
Cumulative filled quantity
Exchange order ID
Last update time in milliseconds (UTC)
Percentage of the order quantity that has been filled