Skip to main content

Get Balance in Credit Account

Info
  • This endpoint requires signature. For specific signature rules, please refer to Authentication
  • This endpoint will trigger rate limit. For specific rules, please refer to Rate Limit.

HTTP request

GET /assets/credit/balance

Request parameters

None

Return parameters

Parameter NameTypeNotes
ccystringCurrency name
repaidstringTo-be-repaid amount.The amount of borrowed currency to be repaid.
intereststringInterest amount.The amount of interest to be repaid.

Request example

GET /assets/credit/balance

Response example

{
"code": 0,
"data": [
{
"ccy": "USDT",
"repaid": "98.99999998",
"interest": "259.29744279"
}
],
"message": "OK"
}