Blockchain.com · Example Payload

Exchange Ticker Example

CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

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

Top-level fields

symbolprice_24hvolume_24hlast_trade_price

Example Payload

Raw ↑
{
  "symbol": "BTC-USD",
  "price_24h": 72525.0,
  "volume_24h": 0.5,
  "last_trade_price": 72525.0
}