Deribit · Example Payload

Private_Create_Combo_Get_Request_Request

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial

Private_Create_Combo_Get_Request_Request is an example object payload from Deribit, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

jsonrpcidmethodparams

Example Payload

Raw ↑
{
  "jsonrpc": "2.0",
  "id": 6,
  "method": "private/create_combo",
  "params": {
    "trades": [
      {
        "instrument_name": "BTC-29APR22-37500-C",
        "amount": "1",
        "direction": "buy"
      },
      {
        "instrument_name": "BTC-29APR22-37500-P",
        "amount": "1",
        "direction": "sell"
      }
    ]
  }
}