Blockchain.com · Example Payload

Com Exchange Ticker Snapshot Payload Example

CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

Com Exchange Ticker Snapshot Payload Example is an example object payload from Blockchain.com, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

seqnumeventchannelsymbolprice_24hvolume_24hlast_trade_price

Example Payload

Raw ↑
{
  "seqnum": 1,
  "event": "snapshot",
  "channel": "ticker",
  "symbol": "BTC-USD",
  "price_24h": 72525.0,
  "volume_24h": 1.0,
  "last_trade_price": 72525.0
}