User Universal Transfer
HTTP Request
- POST
/api/v3/capital/transfer
Required Permission: SPOT_TRANSFER_WRITE
Weight(IP): 50
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| fromAccountType | string | YES | fromAccountType:"SPOT","FUTURES" |
| toAccountType | string | YES | toAccountType:"SPOT","FUTURES" |
| asset | string | YES | asset |
| amount | string | YES | amount |
| timestamp | string | YES | timestamp |
| signature | string | YES | signature |
Response Parameters
| Name | Description |
|---|---|
| tranId | tranId |
Response
[
{
"tranId": "c45d800a47ba4cbc876a5cd29388319"
}
]