# 取引所から取引所へ

## 定義

取引所から他の取引所のウォレットに送金されたコインの合計額

| メトリクス        | 説明                             |
| ------------ | ------------------------------ |
| フロー合計        | 取引所から他の取引所のウォレットに送金されたBTCの合計金額 |
| フロー平均        | 取引所から他の取引所のウォレットに送金されたBTCの平均額  |
| フロートランザクション数 | 取引所から他の取引所のウォレットへの取引数です。       |

平均値は「合計フロー」を「フロートランザクション数」で割ったものです。データエントリは、2つのエンティティ間の最初のトランザクションから収集されました。

## データへのリンク

* [CryptoQuantライブチャートでの取引所間トランザクション ](https://cryptoquant.com/overview?search=Exchange+to+Exchange)
* [CryptoQuant データAPIドキュメントでの取引所間トランザクション](https://cryptoquant.com/docs#operation/BTCgetExchangeToExchange)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://userguide.cryptoquant.com/ja/inter-entity-flow/exchange-to-exchange.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
