cURL
curl --request POST \ --url https://whitebit.com/api/v4/trade-account/order \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "orderId": 3134995325, "request": "{{request}}", "nonce": "{{nonce}}", "offset": 0, "limit": 50 } '
{ "records": [ { "time": 1593342324.613711, "fee": "0.00000419198", "price": "0.00000701", "amount": "598", "id": 149156519, "dealOrderId": 3134995325, "clientOrderId": "customId11", "role": 2, "deal": "0.00419198", "feeAsset": "USDT", "rpi": true } ], "offset": 0, "limit": 100 }
The endpoint retrieves deals for a specific order.
Rate limit: 12000 requests/10 sec.
API Key authentication for private endpoints.
Required headers:
3134995325
"{{request}}"
"{{nonce}}"
0
50
Successful response - returns paginated order deals
Array of deal records
Show child attributes
Number of records skipped
Number of records per page
100
Was this page helpful?