> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gammaflip.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Programmatic access to Gamma Exposure (GEX) data for crypto options

## What is the GammaFlip API?

The GammaFlip API gives you programmatic access to the same Gamma Exposure (GEX)
data that powers [gammaflip.io](https://gammaflip.io). Build trading bots or
integrate GEX signals into your research and workflow.

## Who is this for?

<CardGroup cols={2}>
  <Card title="Algorithmic traders" icon="code">
    Poll GEX data from your bot, trigger alerts on gamma regime changes,
    backtest strategies against live data.
  </Card>

  <Card title="Quants and researchers" icon="flask">
    Pull structured term-structure and by-strike GEX across exchanges for
    your models.
  </Card>

  <Card title="Dashboards and tools" icon="chart-mixed">
    Build custom dashboards with the same data as gammaflip.io — delayed by
    nothing.
  </Card>
</CardGroup>

## Pricing and limits

| Tier  | Price          | API quota   | API keys |
| ----- | -------------- | ----------- | -------- |
| Trial | Free (14 days) | 50 req/day  | 1        |
| Pro   | €35/month      | 500 req/day | 5        |

API access is **not** included in the €15/month Premium plan.
[Upgrade to Pro](https://gammaflip.io/subscribe?plan=pro) to get API keys.

## What you can do

* Query GEX data by strike, by expiration, or aggregated across all exchanges
* List available exchanges, coins, and expiration dates
* Build on Bybit, Deribit, and OKX data — separately or combined

## Next steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first API request in 5 minutes.
  </Card>

  <Card title="API Reference" icon="book" href="/api-reference/exchanges">
    Full reference for all endpoints and schemas.
  </Card>
</CardGroup>
