# マイナーから取引所

## 定義

マイニングプールから取引所ウォレットに送金されたコインの総量

| メトリクス        | 説明                              |
| ------------ | ------------------------------- |
| 合計フロー        | マイニングプールから取引所ウォレットに送金されたBTCの総量  |
| フロー平均        | マイニングプールから取引所ウォレットに送金されたBTCの平均額 |
| フロートランザクション数 | マイニングプールから取引所ウォレットへのトランザクション数   |

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

## 解釈

マイニングプールに所属するマイナーがコインを売る準備をしているかどうかを確認します。

## データへのリンク

* [CryptoQuantライブチャートでのマイナーから取引所までのフロー](https://cryptoquant.com/overview?search=Miner+to+Exchange)
* [CryptoQuant Data APIドキュメントのマイナーから取引所までのフロー](https://cryptoquant.com/docs#operation/BTCgetMinerToExchange)


---

# 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/miner-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.
