Deribit · Schema

Trades Volumes

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial

Properties

Name Type Description
currency object
calls_volume number Total 24h trade volume for call options.
puts_volume number Total 24h trade volume for put options.
futures_volume number Total 24h trade volume for futures.
spot_volume number Total 24h trade for spot.
calls_volume_7d number Total 7d trade volume for call options.
puts_volume_7d number Total 7d trade volume for put options.
futures_volume_7d number Total 7d trade volume for futures.
spot_volume_7d number Total 7d trade for spot.
calls_volume_30d number Total 30d trade volume for call options.
puts_volume_30d number Total 30d trade volume for put options.
futures_volume_30d number Total 30d trade volume for futures.
spot_volume_30d number Total 30d trade for spot.
View JSON Schema on GitHub

JSON Schema

trades_volumes.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/trades_volumes.json",
  "title": "Trades Volumes",
  "properties": {
    "currency": {
      "$ref": "#/components/schemas/currency"
    },
    "calls_volume": {
      "example": 20.1,
      "type": "number",
      "description": "Total 24h trade volume for call options."
    },
    "puts_volume": {
      "example": 60.2,
      "type": "number",
      "description": "Total 24h trade volume for put options."
    },
    "futures_volume": {
      "example": 30.5178,
      "type": "number",
      "description": "Total 24h trade volume for futures."
    },
    "spot_volume": {
      "example": 11.6,
      "type": "number",
      "description": "Total 24h trade for spot."
    },
    "calls_volume_7d": {
      "example": 75.6,
      "type": "number",
      "description": "Total 7d trade volume for call options."
    },
    "puts_volume_7d": {
      "example": 356.9,
      "type": "number",
      "description": "Total 7d trade volume for put options."
    },
    "futures_volume_7d": {
      "example": 213.8841,
      "type": "number",
      "description": "Total 7d trade volume for futures."
    },
    "spot_volume_7d": {
      "example": 64.8,
      "type": "number",
      "description": "Total 7d trade for spot."
    },
    "calls_volume_30d": {
      "example": 547.3,
      "type": "number",
      "description": "Total 30d trade volume for call options."
    },
    "puts_volume_30d": {
      "example": 785.5,
      "type": "number",
      "description": "Total 30d trade volume for put options."
    },
    "futures_volume_30d": {
      "example": 998.2128,
      "type": "number",
      "description": "Total 30d trade volume for futures."
    },
    "spot_volume_30d": {
      "example": 310.5,
      "type": "number",
      "description": "Total 30d trade for spot."
    }
  },
  "required": [
    "currency",
    "futures_volume",
    "puts_volume",
    "calls_volume"
  ],
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/trades_volumes"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.