Margin Account Borrow(MARGIN)
API Description
Apply for a margin loan.
HTTP Request
POST /papi/v1/marginLoan
Request Weight(IP)
100
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| asset | STRING | YES | |
| amount | DECIMAL | YES | |
| recvWindow | LONG | NO | The value cannot be greater than 60000 |
| timestamp | LONG | YES |
Response Example
{
//transaction id
"tranId": 100000001
}