Retrieve deposit and withdrawal transaction history for a WhiteBIT account via the V4 API.
The public WhiteBIT API key.
Base64-encoded JSON request body.
HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).
Request signature
"{{request}}"
Unique request identifier
"{{nonce}}"
Method. Example: 1 to display deposits / 2 to display withdraws. Do not send this parameter in order to receive both deposits and withdraws.
1, 2 1
Can be used for filtering transactions by specific address.
"3ApEASLcrQtZpg1TsssFgYF5V5YQJAKvuE"
Can be used for filtering transactions by specific array of addresses.
20["3ApEASLcrQtZpg1TsssFgYF5V5YQJAKvuE"]
Can be used for filtering transactions by specific unique id
"24529041"
LIMIT is a special clause used to limit records a particular query can return. Default: 50, Min: 1, Max: 500
1 <= x <= 500100
Use the OFFSET clause to return entries starting from a particular line.
0 <= x <= 100000
Can be used for filtering transactions by status codes.
⚠️ Caution: Use this parameter with the appropriate transactionMethod and valid status codes for that method. See the endpoint description above for valid codes. Example: "status": [3,7]
[3, 7]