Blockchain.com · Example Payload

Com Exchange Trade Update Payload Example

CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

Com Exchange Trade 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

seqnumeventchannelsymboltimestampsideqtypricetrade_id

Example Payload

Raw ↑
{
  "seqnum": 1,
  "event": "updated",
  "channel": "trades",
  "symbol": "BTC-USD",
  "timestamp": "2026-05-30T14:30:00Z",
  "side": "buy",
  "qty": 1.0,
  "price": 72525.0,
  "trade_id": "21745988181"
}