Blockchain.com · Example Payload

Exchange Trade Example

CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

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

Top-level fields

exOrdIdclOrdIdsymbolsidepriceqtyfeetimestamp

Example Payload

Raw ↑
{
  "exOrdId": 1,
  "clOrdId": "21745988181",
  "symbol": "BTC-USD",
  "side": "buy",
  "price": 72525.0,
  "qty": 0.5,
  "fee": 1.0,
  "timestamp": 1748609400000
}