Skip to main content

Margin Account Repay(MARGIN)

API Description

Repay for a margin loan.

HTTP Request

POST /papi/v1/repayLoan

Request Weight

100

Request Parameters

NameTypeMandatoryDescription
assetSTRINGYES
amountDECIMALYES
recvWindowLONGNOThe value cannot be greater than 60000
timestampLONGYES

Response Example

{
//transaction id
"tranId": 100000001
}