getAccounts
Retrieve the list of brokerage accounts for the authenticated user. Each account's sequence is required for other account-related API calls.
Instructions
계좌 목록 조회
사용자의 계좌 목록을 조회합니다.
현재는 종합매매 (
BROKERAGE) 계좌만 반환하며, 계좌가 없으면 빈 배열. 자녀계좌는 사용할 수 없습니다.응답의
accountSeq는 다른 모든 사용자 컨텍스트 API (보유 주식, 주문, 매수가능금액 등) 의X-Tossinvest-Account헤더에 사용합니다.accountTypeenum 은BROKERAGE/OVERSEAS_DERIVATIVES/PENSION_SAVINGS/RESHORING_INVESTMENT가 정의되어 있으나 본 API 에서는 현재BROKERAGE만 노출됩니다. enum 의미는Account.accountTypeschema 참조.
Rate Limits Group: ACCOUNT
[GET /api/v1/accounts]
tags: Account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||