API Reference

Borrow Interest Rate

The API retrieves borrowing interest rates for cryptocurrencies.

Response Data

{
  "code": "0",
  "msg": "success",
  "data": [
     {
      "time": 1719396000,
      "interestRate": 0.002929
     },
    ...
  ]
}
FieldDescription
interestRateDaily interest rate
timeTime ,in seconds
Language
Authorization
Header
Click Try It! to start a request and see the response here!