Deribit · Example Payload

Private_Set_Self_Trading_Config_Get_Request_Request

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial

Private_Set_Self_Trading_Config_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": 1,
  "method": "private/set_self_trading_config",
  "params": {
    "mode": "cancel_maker",
    "extended_to_subaccounts": true,
    "block_rfq_self_match_prevention": true
  }
}