Skip to main content

Get Repayment Orders

Rate limit: 5 req/sec/UID

HTTP Request

  • GET /api/v2/spot/ins-loan/repaid-history
Request Example
curl "https://api.bitget.com/api/v2/spot/ins-loan/repaid-history" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"

Request Parameters

ParameterTypeRequiredDescription
startTimeStringNoThe start timestamp (ms)
endTimeStringNoThe end timestamp (ms)
limitStringNoLimit default 100; max 100
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1711697588556,
"data": [{
"repayOrderId": "xxxxxxx",
"businessType": "normal",
"repayType":"all",
"repaidTime":"1713645576789",
"coin":"USDT",
"repaidAmount":"1",
"repaidInterest":"1.1"
}]
}

Response Parameters

ParameterTypeDescription
repayOrderIdStringRepaid order ID
repaidTimeArrayRepaid timestamp (ms)
coinStringRepaid coin
repayAmountStringRepaid principle
repayInterestStringRepaid interest
repayTypeStringRepaid type
all: All repayment
part: partial repayment
businessTypeStringBusiness type
normal: normal repayment
liquidation: repaid by liquidation

How was your Reading Experience with us?