---
title: "Exchange to Exchange"
method: GET
path: "/btc/inter-entity-flows/exchange-to-exchange"
tags: ["BTC Inter Entity Flows"]
---

# Exchange to Exchange

`GET /btc/inter-entity-flows/exchange-to-exchange`

This endpoint contains metrics related to token flows between exchanges. We provide several metrics, `flow_total`, the total number of tokens transferred from one exchange to another, `flow_mean`, the mean of tokens transferred, and `transactions_count_flow`, the number of transactions between exchanges.

**📖 Data Guide:** [Exchange to Exchange](/data-guide/exchange/exchange-to-exchange) — definition, interpretation, and chart examples.

## Query parameters

- `from_exchange` string, required
- `to_exchange` string, required
- `window` string
- `from` string
- `to` string
- `limit` integer
- `format` string

## Response `200`

from_exchange, to_exchange, flow

- 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.
      - `flow_total` number, required — The total number of tokens transferred from one exchange to another.
      - `flow_mean` number, required — The mean of tokens transferred from one exchange to another.
      - `transactions_count_flow` number, required — The number of transactions from one exchange to another.

---

[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/revisions/81ee223d4908/schema)
