Deribit · Example Payload

Private_Get_User_Trades_By_Order_Get_Request_Request

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial

Private_Get_User_Trades_By_Order_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": 3466,
  "method": "private/get_user_trades_by_order",
  "params": {
    "order_id": "ETH-584830574"
  }
}