Deribit · Example Payload

Private_Get_Trigger_Order_History_Get_Request_Request

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial

Private_Get_Trigger_Order_History_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": 2552,
  "method": "private/get_trigger_order_history",
  "params": {
    "currency": "ETH",
    "count": 10
  }
}