Deribit · Example Payload

Public_Get_Tradingview_Chart_Data_Get_Request_Request

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial

Public_Get_Tradingview_Chart_Data_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": 833,
  "method": "public/get_tradingview_chart_data",
  "params": {
    "instrument_name": "BTC-5APR19",
    "start_timestamp": 1554373800000,
    "end_timestamp": 1554376800000,
    "resolution": "30"
  }
}