---
title: "Retrieve Total Insider Buy & Sells"
method: GET
path: "/api/market/insider-buy-sells"
---

# Retrieve Total Insider Buy & Sells

`GET /api/market/insider-buy-sells`

Returns the total amount of purchases & sells as well as notional values for insider transactions across the market.

## Query parameters

- `limit` integer

## Response `200`

Successful response with total insider buy and sell data.

- InsiderBuySellsResponse
  - `data` InsiderBuySell[]
    - `call_premium` string — The sum of the premium of all the call transactions that executed.
    - `call_volume` integer — The sum of the size of all the call transactions that executed.
    - `date` string, date — The trading date in ISO format.
    - `put_premium` string — The sum of the premium of all the put transactions that executed.
    - `put_volume` integer — The sum of the size of all the put transactions that executed.

## 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)
