Get transfer history
Retrieve the history of transfers between main, spot, and collateral balances of a WhiteBIT account via the V4 API.
Rate limit
Authorizations
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)).
Body
Request signature
"{{request}}"
Unique request identifier
1594297865000
Balance FROM which funds moved. Acceptable values: main, spot, collateral. Do not send this parameter in order to receive transfers from every balance.
Values are case-sensitive — main, not MAIN. An empty string counts as no filter.
main, spot, collateral "main"
Balance TO which funds moved. Acceptable values: main, spot, collateral. Do not send this parameter in order to receive transfers to every balance.
Values are case-sensitive — main, not MAIN. An empty string counts as no filter.
main, spot, collateral "spot"
Number of records to return. Default: 100, Min: 1, Max: 100
1 <= x <= 10050
Number of records to skip. Default: 0, Min: 0, Max: 10000
0 <= x <= 100000