Futures
New Future Account Transfer (USER_DATA)
Execute transfer between spot account and futures account.
Weight(IP): 1
post/sapi/v1/futures/transfer
Query parameters
assetstring required
Example:BTC
amountnumber double required
typeinteger required
1: transfer from spot account to USDT-Ⓜ futures account. 2: transfer from USDT-Ⓜ futures account to spot account. 3: transfer from spot account to COIN-Ⓜ futures account. 4: transfer from COIN-Ⓜ futures account to spot account.
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Futures Transfer
Example response
{
"tranId": 100000001
}