Blockchain.com · Example Payload

Com Exchange Symbol Update Payload Example

CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

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

Top-level fields

seqnumeventchannelsymbolauction-priceauction-sizeauction-timeimbalancestatus

Example Payload

Raw ↑
{
  "seqnum": 1,
  "event": "updated",
  "channel": "symbols",
  "symbol": "BTC-USD",
  "auction-price": 72525.0,
  "auction-size": 1.0,
  "auction-time": "example-value",
  "imbalance": 1.0,
  "status": "open"
}