get
https://api.connex.trade/api/v1/trading/rapidxLoan/loan/config
Returns the user's available borrowable currencies, interest rates, and other configuration parameters for borrowing.
Permission
- Applies to both primary user and trading portfolio's API Key.
- Permission: READ.
Rate Limit
- 20 requests per second
Request
This endpoint does not require any request parameters.
Response
| Field name | Type | Remarks |
|---|---|---|
| coin | String | Borrowable currencies. |
| loanLeverage | integer | Borrowing leverage multiplier. |
| maxLoanValue | decimal | User-level maximum borrowable amount in USDT, shared across all portfolios. |
| loanMmr | decimal | Maintenance margin rate for the borrowed asset. |
| loanInterestRate | decimal | Annual interest rate. |
