---
title: "서브포켓 잔고 조회"
method: GET
path: "/pockets/assets"
---

# 서브포켓 잔고 조회

`GET /pockets/assets`

메인포켓의 API Key 권한을 사용하여 특정 서브포켓의 잔고를 개별 조회하는 API입니다.

## Query parameters

- `uuid` string, required

## Response `200`

- object
  - `currency` string, required — 보유 자산의 통화 코드 예: KRW, BTC, ETH
  - `balance` string, required — 주문 가능한 수량 또는 금액 - 디지털 자산: 수량 단위 - 법정 통화(KRW): 금액 단위
  - `locked` string, required — 출금 또는 주문 체결 대기 등으로 인해 묶여 있는 잠긴 잔액
  - `avg_buy_price` string, required — 해당 자산의 매수 평균가
  - `unit_currency` string, required — 매수 평균가(avg_buy_price)의 기준이 되는 통화 단위 예: KRW, BTC, USDT

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

[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/versions/b8bd8b9ed3b5/schema)
