Skip to main content

Query Isolated Margin Tier Data (USER_DATA)

API Description#

Get isolated margin tier data collection with any tier as https://www.binance.com/en/margin-data

HTTP Request#

GET /sapi/v1/margin/isolatedMarginTier

Request Weight#

1(IP)

Request Parameters#

NameTypeMandatoryDescription
symbolSTRINGYES
tierINTEGERNOAll margin tier data will be returned if tier is omitted
recvWindowLONGNONo more than 60000
timestampLONGYES

Response Example#

[    {        "symbol": "BTCUSDT",        "tier": 1,        "effectiveMultiple": "10",        "initialRiskRatio": "1.111",        "liquidationRiskRatio": "1.05",        "baseAssetMaxBorrowable": "9",        "quoteAssetMaxBorrowable": "70000"    }]