---
title: "Exchange Whale Ratio"
method: GET
path: "/btc/flow-indicator/exchange-whale-ratio"
tags: ["BTC Flow Indicator"]
---

# Exchange Whale Ratio

`GET /btc/flow-indicator/exchange-whale-ratio`

Find Whale Focused Exchanges with Top 10 Inflows. Looking at the relative size of the top 10 inflows to total inflows, it is possible to discover which exchanges whales use. For example, as Gemini has mostly whales users, it is possible for the price to rise or fall dramatically. This has potential risks, but also the possibility of arbitrage.

**📖 Data Guide:** [Exchange Whale Ratio](/data-guide/market/exchange-whale-ratio) — definition, interpretation, and chart examples.

## Query parameters

- `exchange` string, required
- `window` string
- `from` string
- `to` string
- `limit` integer
- `format` string

## Response `200`

The total BTC amount of top 10 inflow amount divided by the total BTC amount flowed into exchange

- object
  - `status` object, required — The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.
    - `code` integer, required — HTTP status code
    - `message` string, required — Text description of the error or success.
  - `result` object, required
    - `window` string, required — The size of window. It can be day, hour, or block, and it depends on the user request.
    - `data` object[], required
      - `blockheight` string — The height of the block. This optional field only appears when window=block is used.
      - `date` string — The date in YYYY-DD-MM. This optional field only appears when window=day is used.
      - `datetime` string — The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block or window=hour is used.
      - `exchange_whale_ratio` number, required — The total BTC amount of top 10 transactions (in terms of total BTC sent) divided by the total BTC amount flowing into exchange.

---

[API](https://skmtc.net/cryptoquant/apis/cryptoquant-data-api.md) · [All operations](https://skmtc.net/cryptoquant/apis/cryptoquant-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptoquant/cryptoquant-data-api/versions/81ee223d4908/schema)
