Deribit · Example Payload

Public_Get_Last_Trades_By_Instrument_And_Time_Get_Request_Request

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial

Public_Get_Last_Trades_By_Instrument_And_Time_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": 3983,
  "method": "public/get_last_trades_by_instrument_and_time",
  "params": {
    "instrument_name": "ETH-PERPETUAL",
    "end_timestamp": 1590480022768,
    "count": 1
  }
}