Skip to main content
POST
/
api
/
v4
/
sub-account
/
transfer
Sub-Account Transfer
curl --request POST \
  --url https://whitebit.com/api/v4/sub-account/transfer \
  --header 'Content-Type: application/json' \
  --header 'X-TXC-APIKEY: <api-key>' \
  --data '
{
  "id": "<string>",
  "direction": "main_to_sub",
  "amount": "<string>",
  "ticker": "<string>"
}
'
{}

Authorizations

X-TXC-APIKEY
string
header
required

API key authentication using signed requests

Body

application/json
id
string
required

Sub-account id

direction
enum<string>
required

Transfer direction

Available options:
main_to_sub,
sub_to_main
amount
string
required

Transfer amount (min 0.00000001)

ticker
string
required

Currency's ticker

Response

Transfer successful

The response is of type object.