get
https://api.connex.trade/api/v1/trading/rapidxLoan/loan/maxLoan
Returns borrowable currencies and per-exchange borrowable amounts for the Portfolio.
Permission
- Applies to both primary user and trading portfolio's API Key.
- Permission: READ.
Rate Limit
- 20 requests per second
Request
| Field name | Type | Necessary | Remarks |
|---|---|---|---|
| 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 name | Type | Remarks |
|---|---|---|
| coin | String | Currency name, e.g., USDT, BTC. |
| exchange | String | Exchange name, e.g., BINANCE, OKX. |
| portfolioMaxLoanCoin | String | Maximum borrowable amount for this currency. |
