Sub Account Transfer(FUTURES)
HTTP Request
POST /sapi/v1/broker/transfer/futures
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| fromId | STRING | NO | |
| toId | STRING | NO | |
| futuresType | LONG | YES | 1:USDT Futures,2: COIN Futures |
| asset | STRING | YES | |
| amount | DECIMAL | YES | |
| clientTranId | STRING | NO | The max length is 32 characters |
| recvWindow | LONG | NO | |
| timestamp | LONG | YES |
Caution:
- You need to enable "internal transfer" option for the api key which requests this endpoint.
- Transfer from master account if
fromIdnot sent. - Transfer to master account if
toIdnot sent. - Each master account could transfer 5000 times/min
Example Response
{
"success":true,
"txnId":"2966662589",
"clientTranId":"a123"
}