Blockchain.com · Example Payload

Exchange Order Example

CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

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

Top-level fields

orderIdgwOrderIdclOrdIdsymbolordTypetimeInForcesideorderQtyminQtycumQtypricestopPxordStatusexpireDateexecIDavgPx

Example Payload

Raw ↑
{
  "orderId": 1,
  "gwOrderId": 1,
  "clOrdId": "21745988181",
  "symbol": "BTC-USD",
  "ordType": "example-value",
  "timeInForce": "example-value",
  "side": "buy",
  "orderQty": 0.5,
  "minQty": 0.5,
  "cumQty": 0.5,
  "price": 72525.0,
  "stopPx": 72525.0,
  "ordStatus": "open",
  "expireDate": 1,
  "execID": "21745988181",
  "avgPx": 72525.0
}