Fund Collection by Asset(TRADE)
API Description
Transfers specific asset from Futures Account to Margin account
HTTP Request
POST /papi/v1/asset-collection
Request Weight(IP)
30
Request Parameters
| Name | Type | Mandatory | Description | 
|---|---|---|---|
| asset | STRING | YES | |
| recvWindow | LONG | NO | |
| timestamp | LONG | YES | 
- The BNB transfer is not be supported
 
Response Example
{
    "msg": "success"
}