Deribit · Example Payload

Private_Edit_By_Label_Get_Request_Request

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial

Private_Edit_By_Label_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": 9,
  "method": "private/edit_by_label",
  "params": {
    "instrument_name": "BTC-PERPETUAL",
    "label": "i_love_deribit",
    "amount": 150,
    "price": 50111
  }
}