Skip to main content

Check Collateral Repay Rate (USER_DATA)

HTTP Request

GET /sapi/v2/loan/flexible/repay/rate

Description

Get the latest rate of collateral coin/loan coin when using collateral repay.

Request Weight (IP)

6000

Parameters

NameTypeMandatoryDescription
loanCoinSTRINGYES
collateralCoinSTRINGYES
recvWindowLONGNO
timestampLONGYES

Response Example

{
"loanCoin": "BUSD",
"collateralCoin": "BNB",
"rate": "300.36781234" // rate of collateral coin/loan coin
}