v1

latestOpenAPI 3.0.12026-07-24510443.1 KB
자산(Asset)

포켓 잔고 조회

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

get/accounts

Response

List of account balance

currencystring required

조회하고자 하는 통화 코드

balancestring required

주문 가능 수량 또는 금액. 디지털 자산의 경우 수량, 법정 통화(KRW)의 경우 금액입니다.

lockedstring required

출금이나 주문 등에 잠겨 있는 잔액

avg_buy_pricestring required

매수 평균가

avg_buy_price_modifiedboolean required

매수 평균가 수정 여부

unit_currencystring required

평균가 기준 통화. "avg_buy_price"가 기준하는 단위입니다.

[예시] KRW, BTC, USDT

Example response

[
  {
    "currency": "BTC",
    "unit_currency": "KRW"
  }
]