Deribit · Example Payload

Public_Get_Mark_Price_History_Get_Request_Request

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial

Public_Get_Mark_Price_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": 1,
  "method": "public/get_mark_price_history",
  "params": {
    "instrument_name": "BTC-25JUN21-50000-C",
    "start_timestamp": 1609376800000,
    "end_timestamp": 1609376810000
  }
}