get
https://api.liquiditytech.com/api/v1/trading/loan/info_detail
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Description
Retrieve cross-margin position tier limits, grouped by trading pair. Each pair contains an array of tiers, each tier defining its size bounds, maintenance margin rate, and maximum leverage.
This endpoint replaces the deprecated Get Loan Tier (Legacy), which will be removed after 2026-11-15.
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 a map keyed by trading pair symbol (e.g. BINANCE_MARGIN_AAVE_USDT). Each value contains the per-symbol fields below, with a nested tiers array.
Per-Symbol Fields
| Field | Type | Description |
|---|---|---|
exchangeType | String | Venue where the pair is traded (e.g. BINANCE, OKX). |
coin | String | Coin symbol for this trading pair. |
tiers | Array | List of tier definitions for this pair. Each element has the fields below. |
Tier Fields
| Field | Type | Description |
|---|---|---|
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×). |
