Blockchain.com · Example Payload

Exchange Fill Example

CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

Exchange Fill 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

execIdorderIdsymbolsidepriceqtyfeefeeCurrencytimestamp

Example Payload

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