Sub-Account
Transfer for Sub-account (For Master Account)
Weight(IP): 1
post/sapi/v1/sub-account/futures/transfer
Query parameters
emailstring required
Sub-account email
assetstring required
Example:BTC
amountnumber double required
typeinteger required
- 1 - transfer from subaccount's spot account to its USDT-margined futures account
- 2 - transfer from subaccount's USDT-margined futures account to its spot account
- 3 - transfer from subaccount's spot account to its COIN-margined futures account
- 4 - transfer from subaccount's COIN-margined futures account to its spot account
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Transfer id
Example response
{
"txnId": "2966662589"
}