Query order history
DEPRECATED: This endpoint is deprecated. Use V4 endpoint instead. This endpoint retrieves orders history sorted by all markets.
Note: This method can retrieve data not older than 6 months from current month. If you need older data - you can use Report on the History page in your account. Response Cache: NONE
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
Requested available market. Example: BTC_USDT
"BTC_USDT"
LIMIT is a special clause used to limit records a particular query can return. Default: 50, Min: 1, Max: 100
1 <= x <= 100100
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
0 <= x <= 100000
Request path
Nonce for request