Skip to main content

Get All Isolated Margin Symbol(USER_DATA)

API Description#

Get All Isolated Margin Symbol

HTTP Request#

GET /sapi/v1/margin/isolated/allPairs

Request Weight#

10(IP)

Request Parameters#

NameTypeMandatoryDescription
symbolSTRINGNO
recvWindowLONGNONo more than 60000
timestampLONGYES

Response Example#

[    {        "base": "BNB",        "isBuyAllowed": true,        "isMarginTrade": true,        "isSellAllowed": true,        "quote": "BTC",        "symbol": "BNBBTC"         },    {        "base": "TRX",        "isBuyAllowed": true,        "isMarginTrade": true,        "isSellAllowed": true,        "quote": "BTC",        "symbol": "TRXBTC"        }]