cURL
curl --request POST \ --url https://whitebit.com/api/v4/sub-account/transfer/history \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "id": "<string>", "direction": "main_to_sub", "limit": 30, "offset": 0 } '
{ "offset": 123, "limit": 123, "data": [ { "id": "<string>", "direction": "<string>", "currency": "<string>", "amount": "<string>", "createdAt": 123 } ] }
This endpoint returns history of transfers between main account and sub-account.
Rate limit: 1000 requests/10 sec.
API key authentication using signed requests
Sub-account id
Transfer direction (optional)
main_to_sub
sub_to_main
1 <= x <= 100
0 <= x <= 10000
Successful response
Show child attributes