Blockchain.com · Example Payload

Com Exchange Prices Update Payload Example

CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

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

Top-level fields

seqnumeventchannelsymbolprice

Example Payload

Raw ↑
{
  "seqnum": 1,
  "event": "updated",
  "channel": "prices",
  "symbol": "BTC-USD",
  "price": [
    72525.0
  ]
}