# 거래소 입출금 주소 수

## 정의

거래소로 코인을 입금한 지갑의 총 개수

## 해석﻿

블록체인 상 코인을 이동시키고 송금하는데 있어서 수수료가 든다는 점을 감안한다면 활동적인( 입금 혹은 출금이 있는 상태) 거래소 지갑의 수는 **실제 거래소 거래에 참여하는 투자자 수를 파악하기에 가장 근접한 데이터**입니다.

이러한 추측을 기반으로 거래소 입출금 주소 수의 정도와 거래에 관여하는 투자자의 참여 정도를 연관하여 해석해 볼 수 있습니다.

### 값 자체에 초점

많은 혹은 적은 투자자의 수가 거래에 관여하고 있는지 보여줍니다.

* **높은 값: 많은 숫자의 투자자**가 [거래소 입출금](/ko/cryptoquant-metrics/exchange/exchange-in-outflow-and-netflow.md)에 관여하고 있습니다.
* **낮은 값: 적은 숫자의 투자자**가 [거래소 입출금](/ko/cryptoquant-metrics/exchange/exchange-in-outflow-and-netflow.md)에 관여하고 있습니다.

### 추세 해석에 초점

추세를 해석하면 거래소의 **활동성과 변동성을 예측**할 수 있습니다.

* **증가하는 추세: 증가하는 시장 관심과 활동성**\
  \
  더 많은 사람들이 거래소 입출금에 관여하고 있으며 이는 거래와 시장에 대해 관심이 증가하고 있으며 활발해 지고 있다는 것을 의미합니다.
* **감소하는 추세: 감소하는 시장 관심과 활동성**\
  \
  더 적은 사람들이 거래소 입출금에 관여하고 있으며 이는 거래와 시장에 대해 관심이 감소하고 있으며 활동성이 낮아진다고 해석 할 수 있습니다.

## **크립토퀀트 데이터 링크**

* [**비트코인: 크립토퀀트 실시간 거래소 입출금 주소 수**](https://cryptoquant.com/asset/btc/chart/addresses)
* [**이더리움: 크립토퀀트 실시간 거래소 입출금 주소 수**](https://cryptoquant.com/asset/eth/chart/addresses)
* [**비트코인: 크립토퀀트 거래소 입출금 주소 수 API docs**](https://cryptoquant.com/docs#operation/BTCgetAddressesCountEF)


---

# 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/ko/cryptoquant-metrics/exchange/exchange-addresses-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.
