Exchange Info (MARKET_DATA)
Returns current exchange trading rules and the list of tradable US-equity symbols. MARKET_DATA endpoint — requires an API key (X-MBX-APIKEY) but no signature. Response is served from a server-side cache.
Exchange Info (MARKET_DATA) › 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.
Headers
X-MBX-APIKEYAn API Key is required to access this endpoint and must be included in the request headers. To create an API Key, refer to: https://www.binance.com/en/support/faq/detail/360002502072.
Query Parameters
symbolFilter to a single US-equity ticker, e.g. AAPL. When omitted, returns all active symbols. An unknown ticker returns an empty symbols array (HTTP 200), not an error.
Exchange Info (MARKET_DATA) › Responses
Exchange Info
timezoneAlways UTC.
List of tradable symbols with trading rules.
symbolUS-equity ticker, e.g. AAPL.
tradabilityTrading direction allowed — one of BUY_SELL / BUY / SELL / NONE.
tradabilityUpdateTimeLast time the tradability value was updated (ms epoch).
overnightSupportedWhether the symbol supports overnight trading.
fractionableWhether fractional shares are supported during the regular session.
fractionableEhWhether fractional shares are supported during extended hours.
extendedSessionWhether extended-session trading is enabled.
maxNumOrdersMaximum number of open orders a user may have for this symbol.
stepSizeLot size — minimum increment for quantity.
multiplierUpUpper price multiplier limit relative to reference.
multiplierDownLower price multiplier limit relative to reference.
minQtyMinimum allowed quantity.
maxQtyMaximum allowed quantity.
minNotionalMinimum order notional (USD).
maxNotionalMaximum order notional (USD).
listingTimeListing timestamp (ms epoch).
delistingTimeScheduled delisting timestamp (ms epoch); null if not scheduled for delisting.
Tokenized Assets (MARKET_DATA)
Returns the list of all tokenized assets currently available for mint / redeem, together with each asset's underlying equity symbol and conversion multiplier. MARKET_DATA endpoint — requires an API key (X-MBX-APIKEY) but no signature. Response is served from a server-side cache.
Tokenized Assets (MARKET_DATA) › 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.
Headers
X-MBX-APIKEYAn API Key is required to access this endpoint and must be included in the request headers. To create an API Key, refer to: https://www.binance.com/en/support/faq/detail/360002502072.
Tokenized Assets (MARKET_DATA) › Responses
Tokenized Assets
assetCodeTokenized asset code, e.g. AAPLB.
assetNameHuman-readable display name of the tokenized asset.
underlyingEquitySymbolUnderlying US-equity ticker, e.g. AAPL. Use this when calling /tokenized/mint or /tokenized/redeem.
multiplierConversion multiplier between the underlying equity and the tokenized asset.
multiplierValidWhether the multiplier is currently valid and applicable.
Latest Quote (MARKET_DATA)
Returns the latest best bid / best ask for a single US-equity ticker. The returned value is at most ~5 seconds stale. Returns an empty response body (not the literal null) when no quote is available for the supplied ticker (e.g. the ticker is unknown, halted, or de-listed).
Latest Quote (MARKET_DATA) › 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.
Headers
X-MBX-APIKEYAn API Key is required to access this endpoint and must be included in the request headers. To create an API Key, refer to: https://www.binance.com/en/support/faq/detail/360002502072.
Query Parameters
symbolUS-equity ticker, e.g. AAPL, TSLA. Case-insensitive; uppercased server-side.