---
title: "GET /public/get_trade_volumes"
method: GET
path: "/public/get_trade_volumes"
tags: ["Market Data", "Public"]
---

# GET /public/get_trade_volumes

`GET /public/get_trade_volumes`

Retrieves aggregated 24-hour trade volumes for different instrument types and currencies. The volume statistics include all executed trades across the platform.

**Note:** Position moves are not included in this volume. Block trades and Block RFQ trades are included in the volume calculations.

Use the `extended` parameter to include additional volume statistics and breakdowns.

[Try in API console](https://test.deribit.com/api_console?method=%2Fpublic%2Fget_trade_volumes)

## Query parameters

- `extended` boolean

## Response `200`

Success response

- PublicGetTradesVolumesResponse
  - `jsonrpc` '2.0', required — The JSON-RPC version (2.0)
  - `id` integer — The id that was sent in the request
  - `result` TradesVolumes[], required
    - `currency` 'BTC' | 'ETH' | 'USDC' | 'USDT' | 'EURR', required — Currency, i.e `"BTC"`, `"ETH"`, `"USDC"`
    - `calls_volume` number, required — Total 24h trade volume for call options.
    - `puts_volume` number, required — Total 24h trade volume for put options.
    - `futures_volume` number, required — 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.

---

[API](https://skmtc.net/deribit/apis/deribit-api.md) · [All operations](https://skmtc.net/deribit/apis/deribit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deribit/deribit-api/revisions/c254e4a8a23c/schema)
