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": "8e667b4a-0b71-4988-8af5-9474dbfaeb51", "direction": "main_to_sub", "limit": 30, "offset": 0 } '
{ "offset": 123, "limit": 123, "data": [ { "transactionId": "tx-abc123", "id": "tx-abc123", "direction": "main_to_sub", "currency": "ETH", "amount": "0.5", "createdAt": 1641081600 } ] }
API key authentication using signed requests
Sub-account id
"8e667b4a-0b71-4988-8af5-9474dbfaeb51"
Transfer direction (optional)
main_to_sub
sub_to_main
"main_to_sub"
1 <= x <= 100
30
0 <= x <= 10000
0
Successful response
Show child attributes
Was this page helpful?