Query executed order deals
Trade API v1
Query executed order deals
deprecated
DEPRECATED: This endpoint is deprecated. Use V4 endpoint instead. This endpoint retrieves more details on order deals history.
Response Cache: NONE
POST
Query executed order deals
Documentation Index
Fetch the complete documentation index at: https://whitebit-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication requires three headers:
- X-TXC-APIKEY: Your API key
- X-TXC-PAYLOAD: Base64-encoded JSON payload
- X-TXC-SIGNATURE: HMAC SHA512 signature of the payload
Body
application/json
Order ID. Example: 1234
Example:
3135554375
LIMIT is a special clause used to limit records a particular query can return. Default: 50, Min: 1, Max: 100
Required range:
1 <= x <= 100Example:
100
If you want the request to return entries starting from a particular line, you can use OFFSET clause to tell it where it should start. Default: 0, Min: 0, Max: 10000
Required range:
0 <= x <= 10000Example:
0
Request path
Nonce for request