---
title: "전체 자산 조회"
method: GET
path: "/accounts"
---

# 전체 자산 조회

`GET /accounts`

보유 중인 자산 정보를 조회합니다.

## Headers

- `Authorization` string, required

## Response `200`

200

- object[]
  - `currency` string — 화폐 심볼 예시) KRW, BTC
  - `balance` string — 주문가능 금액/수량
  - `locked` string — 주문 중 묶여있는 금액/수량
  - `avg_buy_price` string — 매수 평균가
  - `avg_buy_price_modified` boolean — 매수 평균가 수정 여부
  - `unit_currency` string — 평단가 기준 화폐

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/bithumb/apis/open-api-public.md) · [All operations](https://skmtc.dev/bithumb/apis/open-api-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bithumb/open-api-public/revisions/9edc2d6e86db/schema)
