sifting/io
Crypto · CEX

BNB / US Dollar (BNBUSD) market data

BNB priced in USD (BNBUSD).

About BNB / US Dollar (BNBUSD)

BNBUSD is the price of one BNB token in US dollars. It is a high-liquidity crypto pair that often appears in portfolio products, trading dashboards, risk checks, and market monitoring tools.

SiftingIO exposes BNBUSD through the same normalized crypto API as the rest of the asset set. A live response includes trade price, bid, ask, spread, 24-hour volume and change, contributing source count, and timestamps.

Historical BNBUSD OHLCV bars are available over REST at standard intervals. The consistent response format makes BNB data easier to join with other crypto pairs, FX rates, and commodity benchmarks.

Reference data

Symbol
BNBUSD
Name
BNB / US Dollar
Asset class
Crypto
Venue
CEX
Base asset
BNB
Quote asset
USD
Currency
USD
Base asset
BNB

BNBUSD Crypto Price and Market Data API

Access BNBUSD crypto price and market data through SiftingIO's REST and WebSocket APIs, including latest price data, historical records, and live updates where available.

Use crypto/BNBUSD for request-based access through REST, or use the same symbol key with WebSocket streams for real-time crypto market updates.

REST · last trade
curl -H "X-API-Key: $SIFTING_API_KEY" \
  "https://api.sifting.io/v1/last/trade/crypto/BNBUSD"
WebSocket · subscribe
# Connect (set SIFTING_API_KEY first)wscat -c "wss://stream.sifting.io/ws/v1?key=$SIFTING_API_KEY" # Then send this subscribe frame:{ "op": "subscribe", "product": "cex", "symbols": ["BNBUSD"] }
MCP · AI agent prompt
# With the SiftingIO MCP server connected:Get the latest BNBUSD crypto market data from SiftingIO.Then fetch historical OHLCV bars for BNBUSD at a 1h interval.

Related crypto

Related reading

Frequently asked questions about BNB / US Dollar (BNBUSD)

What is BNBUSD?

BNBUSD is the price of BNB quoted in US dollars. It represents the US dollar value of one BNB token.

How do I get live BNBUSD market data?

Request the live snapshot endpoint for BNBUSD with your API key. The response includes trade price, bid, ask, spread, 24-hour volume and change, source count, and timestamps.

Can I stream BNBUSD over WebSocket?

Yes. Subscribe to BNBUSD with the crypto product code to receive live consolidated updates over WebSocket.

Does SiftingIO provide historical BNBUSD bars?

Yes. Historical open, high, low, close, and volume bars are available over REST, with the available depth set by plan tier.

Can MCP clients access BNBUSD data?

Yes. The SiftingIO MCP server lets compatible AI clients request BNBUSD live and historical market data through tool calls.

BNB / US Dollar Price (BNBUSD): Live & Historical Data API · SiftingIO