Blockchain.com · Example Payload

Com Exchange L3Event Payload Example

CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

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

Top-level fields

seqnumeventchannelsymbolbidsasks

Example Payload

Raw ↑
{
  "seqnum": 1,
  "event": "snapshot",
  "channel": "l3",
  "symbol": "BTC-USD",
  "bids": [
    {
      "id": "21745988181",
      "px": 72525.0,
      "qty": 1.0
    }
  ],
  "asks": [
    {
      "id": "21745988181",
      "px": 72525.0,
      "qty": 1.0
    }
  ]
}