Deribit · Example Payload

Private_Change_Api_Key_Name_Get_Request_Request

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial

Private_Change_Api_Key_Name_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": 2453,
  "method": "private/change_api_key_name",
  "params": {
    "name": "KeyName3",
    "id": 3
  }
}