Deribit · Example Payload

Private_Create_Api_Key_Get_Request_Request

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial

Private_Create_Api_Key_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": 8974,
  "method": "private/create_api_key",
  "params": {
    "name": "Public key 1",
    "max_scope": "account:read trade:read block_trade:read_write wallet:none",
    "public_key": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAM7FWhKquNqLmTOV4hfYT5r3AjrYiORTT6Tn5HIfFNV8=\n-----END PUBLIC KEY-----"
  }
}