Blockchain.com · Example Payload

Exchange Create Order Request Example

CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

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

Top-level fields

clOrdIdordTypetimeInForcesymbolsideorderQtypricestopPxminQtyexpireDate

Example Payload

Raw ↑
{
  "clOrdId": "21745988181",
  "ordType": "limit",
  "timeInForce": "GTC",
  "symbol": "BTC-USD",
  "side": "buy",
  "orderQty": 0.5,
  "price": 72525.0,
  "stopPx": 72525.0,
  "minQty": 0.5,
  "expireDate": 1
}