---
title: "포켓 정보 조회"
method: GET
path: "/pockets"
---

# 포켓 정보 조회

`GET /pockets`

메인포켓 및 사용자 생성 포켓의 UUID와 이름을 조회합니다.

## Response `200`

- object
  - `uuid` string, required — 포켓 UUID
  - `name` string — 포켓 이름
  - `type` 'main' | 'user_spot_trading' — 포켓 종류 - `main`: 메인 포켓 - `user_spot_trading`: 사용자 생성 포켓

## Other responses

- `403` — Forbidden

---

[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)
