Skip to main content

Modify Pledge Rate

Frequency limit: 10c/1s (UID)

Description

Withdraw or supplement collateral

HTTP Request

  • POST /api/v2/earn/loan/revise-pledge
Request Example
curl -X POST "https://api.bitget.com/api/v2/earn/loan/revise-pledge" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json" \
-d '{
"orderId":"1",
"pledgeCoin":"USDT",
"reviseType":"OUT",
"amount":"1"
}'

Request Parameters

ParameterTypeRequiredDescription
orderIdStringYesOrder ID
amountStringYesAmount to withdraw or supplement
pledgeCoinStringYesPledge (Collateral) coin
reviseTypeStringYesRepay Type
OUT: Withdraw collateral
IN supplement collateral
Response example
{
"code": "00000",
"msg": "success",
"requestTime": 1684747525424,
"data": {
"loanCoin": "TRX",
"pledgeCoin": "USDT",
"afterPledgeRate": "60.5"
}
}

Response Parameters

ParameterTypeDescription
loanCoinLoan coin
pledgeCoinPledge (Collateral) coin
afterPledgeRatePledge Rate Percentage after adjusted

How was your Reading Experience with us?