get
https://api.liquiditytech.com/api/v1/trading/rapidxLoan/loan/maxLoan
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
| Field | Type | Mandatory | Description |
|---|---|---|---|
coin | String | N | If omitted, returns all enabled coins. |
exchange | String | N | If omitted, returns all exchanges where the portfolio has open accounts. |
Response
| Field | Type | Description |
|---|---|---|
exchange | String | Exchange name, e.g., BINANCE, OKX. |
coin | String | Currency name, e.g., USDT, BTC. |
portfolioMaxLoanCoin | String | Maximum borrowable amount for this currency. |
Example Response
{
"code": 200000,
"data": [
{
"exchange": "BINANCE",
"coin": "USDT",
"portfolioMaxLoanCoin": "10000.00000000"
},
{
"exchange": "OKX",
"coin": "BTC",
"portfolioMaxLoanCoin": "0.14917343"
}
]
}
