v1

latestOpenAPI 3.1.02026-07-24690345.5 KB

Transfer Between Wallets

Transfer funds between wallets. This endpoint can also be used to convert USDT to USDT0 for derivatives trading.

post/auth/w/transfer

Request body

fromstring required

Select the wallet from which to transfer (exchange, margin, funding (can also use the old labels which are exchange, trading and deposit respectively))

tostring required

Select the wallet to transfer to (exchange, margin, funding (can also use the old labels which are exchange, trading and deposit respectively))

currencystring required

Select the currency that you would like to transfer (USD, UST, BTC, ....)

currency_tostring

Select the currency that you would like to exchange to (USTF0 === USDT for derivatives pairs)

amountstring required

Select the amount to transfer

email_dststring

Allows transfer of funds to a sub- or master-account identified by the associated email address.

user_id_dstinteger

Allows transfer of funds to a sub- or master-account identified by the associated user id.

Response

200