v1

latestOpenAPI 3.0.32026-07-2613529376.3 KB
Sub-Account

Sub-Account Transfer

The endpoint creates transfer from main account to sub-account or vice versa.

<Warning> Rate limit: 1000 requests/10 sec. </Warning> <Note> The API does not cache the response. </Note>
post/api/v4/sub-account/transfer

Request body

idstring required

Sub-account id

direction'main_to_sub' | 'sub_to_main' required

Transfer direction

amountstring required

Transfer amount (min 0.00000001)

tickerstring required

Currency's ticker

Example request

{
  "id": "8e667b4a-0b71-4988-8af5-9474dbfaeb51",
  "direction": "main_to_sub",
  "amount": "0.5",
  "ticker": "ETH"
}

Response

Transfer successful

transaction_idstring

External identifier of the transaction. Correlate transfer history responses using the transaction_id value.