sifting/io
Crypto · CEX

Bitcoin / US Dollar (BTCUSD) market data

Bitcoin priced in USD (BTCUSD).

About Bitcoin / US Dollar (BTCUSD)

BTCUSD is the price of one bitcoin in US dollars. Bitcoin trades around the clock across many independent venues, and because those venues can disagree at any instant, a single consolidated number is more useful for analytics than any one order book.

SiftingIO returns exactly that: one fair BTCUSD price aggregated across multiple centralized venues. The live quote carries price, bid, ask, a spread in basis points, 24-hour volume and change, the count of contributing venues, and a timestamp. It is reachable as a REST snapshot or as a WebSocket subscription for a continuous stream.

Historical open, high, low, close, and volume bars are available over REST at one-minute, five-minute, fifteen-minute, and hourly resolution, with coarser intervals on the product side, and the bar volume is the base-asset amount, here bitcoin. How far back the bars go is set by your plan tier, from a recent window on the free tier to the full archive higher up, as listed on the pricing page.

The live update rate climbs with tier from one to ten per second, and the median publish age stays under 100 milliseconds as a freshness measure. Every price is a volume and reputation weighted median, stamped with source, ingest, and publish times and a quality flag, so you can see how each number was formed.

Reference data

Symbol
BTCUSD
Name
Bitcoin / US Dollar
Asset class
Crypto
Venue
CEX
Base asset
BTC
Quote asset
USD
Currency
USD
Base asset
Bitcoin

BTCUSD Crypto Price and Market Data API

Access BTCUSD 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/BTCUSD 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/BTCUSD"
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": ["BTCUSD"] }

Related crypto

Related reading

Frequently asked questions about Bitcoin / US Dollar (BTCUSD)

How do I get real-time Bitcoin (BTCUSD) prices from an API?

Call the live snapshot endpoint for BTCUSD with your API key. It returns the consolidated price, bid, ask, spread, 24-hour volume and change, and the number of venues behind the number.

Can I stream BTCUSD over WebSocket?

Yes. Open a WebSocket connection and subscribe with the cex product and the BTCUSD symbol to receive a continuous feed of consolidated prices.

Does SiftingIO provide historical BTCUSD OHLCV bars?

Yes. Open, high, low, close, and volume bars are available over REST at one-minute through hourly resolution, with wider intervals on the product side. Bar volume is measured in bitcoin.

What fields does the BTCUSD quote return?

The quote includes price, bid, ask, a basis-point spread, 24-hour volume and change, the contributing venue count, and a timestamp, plus source, ingest, and publish times and a quality flag.

How far back does BTCUSD history go?

History depth depends on your plan tier, from a recent window on the free tier to the full archive on higher tiers. The pricing page lists the exact spans.

How is the BTCUSD price aggregated across venues?

The published price is a volume and reputation weighted median across multiple independent centralized venues, not a quote from a single source. The methodology page explains the calculation.

Bitcoin / US Dollar Price (BTCUSD): Live & Historical Data API · SiftingIO