v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Crypto Loans

Adjust LTV - Flexible Loan Adjust LTV (TRADE)

  • API Key needs Spot & Margin Trading permission for this endpoint

Weight(UID): 6000

post/sapi/v2/loan/flexible/adjust/ltv

Query parameters

loanCoinstring
Example:BUSD

Coin loaned

collateralCoinstring
Example:BNB

Coin used as collateral

adjustmentAmountnumber float required
direction'ADDITIONAL' | 'REDUCED' required
recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

adjust LTV result

loanCoinstring required
collateralCoinstring required
directionstring required
adjustmentAmountstring required
currentLTVstring required

Example response

{
  "loanCoin": "BUSD",
  "collateralCoin": "BNB",
  "direction": "ADDITIONAL",
  "adjustmentAmount": "5.235",
  "currentLTV": "0.235"
}