Query Borrowable Currencies With Maximum Amount

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Description

Returns borrowable currencies and per-exchange borrowable amounts for the Portfolio.

Permission: Read-only API key required.

Rate Limit: 20 requests per second.

Request

FieldTypeMandatoryDescription
coinStringNIf omitted, returns all enabled coins.
exchangeStringNIf omitted, returns all exchanges where the portfolio has open accounts.

Response

FieldTypeDescription
exchangeStringExchange name, e.g., BINANCE, OKX.
coinStringCurrency name, e.g., USDT, BTC.
portfolioMaxLoanCoinStringMaximum borrowable amount for this currency.

Example Response

{
  "code": 200000,
  "data": [
    {
      "exchange": "BINANCE",
      "coin": "USDT",
      "portfolioMaxLoanCoin": "10000.00000000"
    },
    {
      "exchange": "OKX",
      "coin": "BTC",
      "portfolioMaxLoanCoin": "0.14917343"
    }
  ]
}
Query Params
string
string
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Choose an example:
application/json