---
title: "Retrieve Total Options Volume"
method: GET
path: "/api/market/total-options-volume"
---

# Retrieve Total Options Volume

`GET /api/market/total-options-volume`

Returns the total options volume and premium for a given trading date.

## Query parameters

- `limit` integer

## Response `200`

Successful response with total options volume data.

- TotalOptionsVolumeResponse
  - `data` TotalOptionsVolumeEntry[]
    - `date` string, date — The trading date.
    - `call_volume` integer — Total call transactions volume.
    - `put_volume` integer — Total put transactions volume.
    - `call_premium` string — Total call premium.
    - `put_premium` string — Total put premium.

## Other responses

- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api.md) · [All operations](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/the-unnatural-group--llc/tradesignals-api/revisions/0b37cadfb125/schema)
