Blockchain.com · Example Payload

Com Exchange New Order Single Payload Example

CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

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

Top-level fields

actionchannelclOrdIDsymbolordTypetimeInForcesideorderQtypriceexpireDatestopPxminQtyexecInst

Example Payload

Raw ↑
{
  "action": "NewOrderSingle",
  "channel": "trading",
  "clOrdID": "21745988181",
  "symbol": "BTC-USD",
  "ordType": "market",
  "timeInForce": "GTC",
  "side": "buy",
  "orderQty": 1.0,
  "price": 72525.0,
  "expireDate": 1,
  "stopPx": 72525.0,
  "minQty": 1.0,
  "execInst": "ALO"
}