# Exchange Transactions Count

## Definition

The total number of deposits/withdrawals transactions of the exchange.

| Metrics                    | Description                                        |
| -------------------------- | -------------------------------------------------- |
| Transactions Count Inflow  | The total number of deposits to the exchange.      |
| Transactions Count Outflow | The total number of withdrawals from the exchange. |

## Interpretation

Considering that it costs fees to make multiple transactions, the active exchange transaction count indicates the **closest meaning to the number of investors** that are involved in a network transaction.

This naturally leads to possible interpretation of correlating exchange transactions count to the level of attention of trading investors.

### By value itself <a href="#interpretation" id="interpretation"></a>

It shows whether **few or large numbers of transactions** are involved in netflows.

* **High** : **Large** number of transactions are accountable for [Exchange In/Outflow & Netflow](broken://pages/tO93FR17ZpWTRanOCs5r)
* **Low**  : **Small** number of transactions are accountable for [Exchange In/Outflow & Netflow](broken://pages/tO93FR17ZpWTRanOCs5r)

### By examining trend  <a href="#use-case" id="use-case"></a>

It shows the **level of Exchange Activeness & Volatility**

* **Increasing trend** : **Expanding interest and activeness**

  More people are participating in exchange flows indicating expanding interest and activeness of exchange trading leading to possible volatility
* **Decreasing** **trend** : **Diminishing interest and activeness**

  Less people are participating in exchange flows indicating diminishing interest and activeness of exchange trading leading to possible decreasing volatility

## Link to Our Data

* [BTC: Exchange Transactions Count in CryptoQuant Live Chart](https://cryptoquant.com/asset/btc/chart/transactions)
* [ETH: Exchange Transactions Count in CryptoQuant Live Chart](https://cryptoquant.com/asset/eth/chart/transactions)
* [BTC: Exchange Transactions Count in CryptoQuant Data API docs](https://cryptoquant.com/docs#operation/BTCgetTransactionsCountEF)


---

# 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/cryptoquant-metrics/exchange/exchange-transactions-count.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.
