get deprecated
https://api.liquiditytech.com/api/v1/trading/loan/info
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Deprecated. Use Get Loan Tier instead. This endpoint will be removed after 2026-11-15.
Description
Retrieve cross-margin position tier limits as a flat list. Each record represents one tier for one coin on one exchange.
Authentication required. Permission: READ.
Rate limit: 3 requests per 10 seconds.
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
exchangeType | String | N | Exchange type, such as BINANCE, OKX. If omitted, the response includes data for all exchanges. |
coin | String | N | Coin symbol filter (e.g. BTC). If omitted, the response includes data for all coins. |
Response Fields
The data field is an array of tier records. Each element has the fields below.
| Field | Type | Description |
|---|---|---|
exchangeType | String | Venue where the pair is traded (e.g. BINANCE, OKX). |
coin | String | Coin symbol for this trading pair. |
tier | String | Tier level ("1", "2", ...). Higher tiers cover larger position sizes. |
minSize | String | Minimum position size for this tier (inclusive), denominated in the coin's base unit. |
maxSize | String | Maximum position size for this tier (exclusive), denominated in the coin's base unit. |
mmRate | String | Maintenance margin rate at this tier, expressed as a decimal (e.g. "0.1000" = 10%). |
maxLeverage | String | Maximum leverage allowed at this tier (e.g. "2.00" = 2×). |
