Get Loan Tier

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

NameTypeMandatoryDescription
exchangeTypeStringNExchange type, such as BINANCE, OKX. If omitted, the response includes data for all exchanges.
coinStringNCoin 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

FieldTypeDescription
exchangeTypeStringVenue where the pair is traded (e.g. BINANCE, OKX).
coinStringCoin symbol for this trading pair.
tiersArrayList of tier definitions for this pair. Each element has the fields below.

Tier Fields

FieldTypeDescription
tierStringTier level ("1", "2", ...). Higher tiers cover larger position sizes.
minSizeStringMinimum position size for this tier (inclusive), denominated in the coin's base unit.
maxSizeStringMaximum position size for this tier (exclusive), denominated in the coin's base unit.
mmRateStringMaintenance margin rate at this tier, expressed as a decimal (e.g. "0.1000" = 10%).
maxLeverageStringMaximum leverage allowed at this tier (e.g. "2.00" = 2×).

Query Params
string
string
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Choose an example:
application/json