---
title: "포켓 잔고 조회"
method: GET
path: "/accounts"
tags: ["자산(Asset)"]
---

# 포켓 잔고 조회

`GET /accounts`

포켓이 보유하고 있는 자산 목록과 잔고를 조회합니다.

## Response `200`

List of account balance

- object[]
  - `currency` string, required — 조회하고자 하는 통화 코드
  - `balance` string, required — 주문 가능 수량 또는 금액. 디지털 자산의 경우 수량, 법정 통화(KRW)의 경우 금액입니다.
  - `locked` string, required — 출금이나 주문 등에 잠겨 있는 잔액
  - `avg_buy_price` string, required — 매수 평균가
  - `avg_buy_price_modified` boolean, required — 매수 평균가 수정 여부
  - `unit_currency` string, required — 평균가 기준 통화. "avg_buy_price"가 기준하는 단위입니다. [예시] KRW, BTC, USDT

## Other responses

- `401` — error object

---

[API](https://skmtc.net/upbit/apis/quotation-api.md) · [All operations](https://skmtc.net/upbit/apis/quotation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upbit/quotation-api/revisions/b8bd8b9ed3b5/schema)
