Blockchain.com · Example Payload

Exchange Order Book Example

CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

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

Top-level fields

symbolbidsasks

Example Payload

Raw ↑
{
  "symbol": "BTC-USD",
  "bids": [
    {
      "px": 72525.0,
      "qty": 0.5,
      "num": 1
    }
  ],
  "asks": [
    {
      "px": 72525.0,
      "qty": 0.5,
      "num": 1
    }
  ]
}