Optional ReadonlypermissionsExamples: curl -X GET "https://api.binance.com/api/v3/exchangeInfo?permissions=SPOT"
curl -X GET "https://api.binance.com/api/v3/exchangeInfo?permissions=["MARGIN"%2C"LEVERAGED"]" or curl -g -X GET 'https://api.binance.com/api/v3/exchangeInfo?permissions=["MARGIN","LEVERAGED"]'
Optional ReadonlyshowControls whether the content of the permissionSets field is populated or not.
Optional ReadonlysymbolExample: curl -X GET "https://api.binance.com/api/v3/exchangeInfo?symbol=BNBBTC"
Optional ReadonlysymbolsExamples: curl -X GET "https://api.binance.com/api/v3/exchangeInfo?symbols=["BNBBTC","BTCUSDT"]" or curl -g -X GET 'https://api.binance.com/api/v3/exchangeInfo?symbols=["BTCUSDT","BNBBTC"]'
Optional ReadonlysymbolFilters for symbols that have this tradingStatus. Cannot be used in combination with symbols or symbol.
Request parameters for exchangeInfo operation in GeneralApi. ExchangeInfoRequest