Deribit · Example Payload

Public_Get_Last_Settlements_By_Currency_Get_Request_Request

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial

Public_Get_Last_Settlements_By_Currency_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": 4497,
  "method": "public/get_last_settlements_by_currency",
  "params": {
    "currency": "BTC",
    "type": "delivery",
    "count": 2
  }
}