Exchange information
Current exchange trading rules and symbol information
Exchange information › Request Weight
This endpoint consumes IP-based request weight. Heavier endpoints consume more of your IP rate limit capacity.
Learn more in the Rate limits section.
Query Parameters
symbolExample: curl -X GET "https://api.binance.com/api/v3/exchangeInfo?symbol=BNBBTC"
symbolsExamples: curl -X GET "https://api.binance.com/api/v3/exchangeInfo?symbols=%5B%22BNBBTC%22,%22BTCUSDT%22%5D" or curl -g -X GET 'https://api.binance.com/api/v3/exchangeInfo?symbols=["BTCUSDT","BNBBTC"]'
permissionsExamples: curl -X GET "https://api.binance.com/api/v3/exchangeInfo?permissions=SPOT"
curl -X GET "https://api.binance.com/api/v3/exchangeInfo?permissions=%5B%22MARGIN%22%2C%22LEVERAGED%22%5D" or curl -g -X GET 'https://api.binance.com/api/v3/exchangeInfo?permissions=["MARGIN","LEVERAGED"]'
showPermissionSetsControls whether the content of the permissionSets field is populated or not.
symbolStatusFilters for symbols that have this tradingStatus. Cannot be used in combination with symbols or symbol.
Exchange information › Responses
Exchange information
timezoneserverTimeOptional. Present only when SOR is available.
Query Execution Rules
Query execution rules for symbols.
Query Execution Rules › Request Weight
This endpoint consumes IP-based request weight. Heavier endpoints consume more of your IP rate limit capacity.
Learn more in the Rate limits section.
| Parameter | Weight |
|---|---|
symbol | 2 |
symbols | 2 for each symbol, capped at a max of 40 |
symbolStatus | 40 |
| None | 40 |
Query Parameters
symbolQuery for specified symbol.
symbolsQuery for multiple symbols.
symbolStatusQuery for all symbols with the specified status.
Query Execution Rules › Responses
Query execution rules
Test connectivity
Test connectivity to the Rest API.
Test connectivity › Request Weight
This endpoint consumes IP-based request weight. Heavier endpoints consume more of your IP rate limit capacity.
Learn more in the Rate limits section.
Test connectivity › Responses
OK
Check server time
Test connectivity to the Rest API and get the current server time.
Check server time › Request Weight
This endpoint consumes IP-based request weight. Heavier endpoints consume more of your IP rate limit capacity.
Learn more in the Rate limits section.
Check server time › Responses
Check server time
serverTime