> ## Documentation Index
> Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# getVoteAccounts

> 현재 은행의 모든 투표 계정에 대한 계정 정보 및 관련 스테이크를 반환합니다.

## 요청 매개변수

<ParamField body="commitment" type="string">
  요청에 대한 커밋 수준입니다.

  * `confirmed`
  * `finalized`
  * `processed`
</ParamField>

<ParamField body="votePubkey" type="string">
  결과를 필터링하기 위한 특정 검증자 투표 계정 주소 (base-58 인코딩).
</ParamField>

<ParamField body="keepUnstakedDelinquents" type="boolean">
  뒤처졌지만 위임된 스테이크가 없는 검증자를 포함합니다.
</ParamField>

<ParamField body="delinquentSlotDistance" type="number">
  검증자를 불량 또는 성능 미달로 표시하기 위한 맞춤 슬롯 거리 임계값.
</ParamField>


## OpenAPI

````yaml ko/openapi/rpc-http/getVoteAccounts.yaml POST /
openapi: 3.1.0
info:
  title: Solana RPC API
  version: 1.0.0
  description: 네트워크 참여자, 스테이킹 활동 및 블록체인 생태계 전반의 합의 참여를 추적하기 위한 종합적인 Solana 검증자 모니터링 API입니다.
  license:
    name: Apache 2.0
    url: https://www.apache.org/licenses/LICENSE-2.0.html
servers:
  - url: https://mainnet.helius-rpc.com
    description: 메인넷 RPC 엔드포인트
  - url: https://devnet.helius-rpc.com
    description: Devnet RPC 엔드포인트
security: []
paths:
  /:
    post:
      tags:
        - RPC
      summary: getVoteAccounts
      description: >
        Solana 검증자 및 네트워크 합의 참여에 대한 자세한 정보를 검색합니다.

        이 강력한 API는 식별 주소, 스테이킹 금액, 커미션 비율, 투표 활동 및 성능 상태를 포함한 포괄적인 검증자 메트릭을
        제공합니다. 스테이킹 애플리케이션, 검증자 선택 도구, 네트워크 모니터링 대시보드 및 탈중앙화 분석에 필수적입니다. 검증자는
        현재(활동적인 참여자) 또는 비활성(성과 미달)으로 분류되며, Solana 블록체인에서 스테이킹 전략과 보상을 최적화하려는
        위임자에게 중요한 인사이트를 제공합니다.
      operationId: getVoteAccounts
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                jsonrpc:
                  type: string
                  enum:
                    - '2.0'
                  description: JSON-RPC 프로토콜 버전입니다.
                  example: '2.0'
                  default: '2.0'
                id:
                  type: string
                  description: 요청에 대한 고유 식별자입니다.
                  example: '1'
                  default: '1'
                method:
                  type: string
                  enum:
                    - getVoteAccounts
                  description: 호출할 RPC 메서드의 이름입니다.
                  example: getVoteAccounts
                  default: getVoteAccounts
                params:
                  type: array
                  description: 투표 계정을 필터링하기 위한 선택적 구성 객체입니다.
                  items:
                    type: object
                    properties:
                      commitment:
                        type: string
                        description: 요청에 대한 커밋 수준입니다.
                        enum:
                          - confirmed
                          - finalized
                          - processed
                        example: finalized
                      votePubkey:
                        type: string
                        description: 결과를 필터링하기 위한 특정 검증자 투표 계정 주소(base-58 인코딩).
                        example: 3ZT31jkAGhUaw8jsy4bTknwBMP8i4Eueh52By4zXcsVw
                      keepUnstakedDelinquents:
                        type: boolean
                        description: 뒤쳐졌지만 그들에게 위임된 스테이크가 없는 검증자를 포함합니다.
                        example: true
                      delinquentSlotDistance:
                        type: integer
                        description: 검증자를 비활성 또는 성과 미달로 표시하는 슬롯의 사용자 정의 임계값입니다.
                        example: 128
      responses:
        '200':
          description: 투표 계정을 성공적으로 검색했습니다.
          content:
            application/json:
              schema:
                type: object
                properties:
                  jsonrpc:
                    type: string
                    description: JSON-RPC 프로토콜 버전입니다.
                    enum:
                      - '2.0'
                    example: '2.0'
                  id:
                    type: string
                    description: 요청과 일치하는 식별자입니다.
                    example: '1'
                  result:
                    type: object
                    description: 현재 및 비활성 투표 계정의 목록입니다.
                    properties:
                      current:
                        type: array
                        description: Solana 네트워크 합의에 적절히 참여하는 활성 검증자입니다.
                        items:
                          type: object
                          properties:
                            votePubkey:
                              type: string
                              description: 이 검증자와 관련된 고유한 Solana 투표 계정 주소입니다.
                              example: 3ZT31jkAGhUaw8jsy4bTknwBMP8i4Eueh52By4zXcsVw
                            nodePubkey:
                              type: string
                              description: 투표 계정을 제어하는 검증자 식별 주소입니다.
                              example: B97CCUW3AEZFGy6uUg6zUdnNYvnVq5VG8PUtb2HayTDD
                            activatedStake:
                              type: integer
                              description: >-
                                이 검증자에게 위임된 총 SOL (lamports)입니다. 이들의 합의 가중치를
                                결정합니다.
                              example: 42
                            epochVoteAccount:
                              type: boolean
                              description: 이 검증자가 현재 에포크에서 보상을 받을 자격이 있는지 여부입니다.
                              example: true
                            commission:
                              type: integer
                              description: 스테이킹 보상에서 차감되는 검증자 수수료 비율(0-100)입니다.
                              example: 0
                            lastVote:
                              type: integer
                              description: 이 검증자가 투표한 가장 최근의 Solana 슬롯으로, 활동을 나타냅니다.
                              example: 147
                            epochCredits:
                              type: array
                              description: 최대 5회 차 에포크에 대한 적립된 크레딧의 최신 기록입니다.
                              items:
                                type: array
                                description: 크레딧 기록 [epoch, credits, previousCredits].
                                items:
                                  type: integer
                                example:
                                  - 1
                                  - 64
                                  - 0
                            rootSlot:
                              type: integer
                              description: 이 투표 계정의 현재 루트 슬롯입니다.
                              example: 42
                      delinquent:
                        type: array
                        description: 합의 참여에서 뒤쳐진 성과 미달의 검증자입니다.
                        items:
                          type: object
                          properties:
                            votePubkey:
                              type: string
                              description: 투표 계정 주소입니다.
                              example: 3ZT31jkAGhUaw8jsy4bTknwBMP8i4Eueh52By4zXcsVw
                            nodePubkey:
                              type: string
                              description: 검증자 식별입니다.
                              example: B97CCUW3AEZFGy6uUg6zUdnNYvnVq5VG8PUtb2HayTDD
                            activatedStake:
                              type: integer
                              description: 이 투표 계정에 위임된 스테이크(lamports)입니다.
                              example: 0
                            epochVoteAccount:
                              type: boolean
                              description: 이 에포크에 투표 계정이 스테이킹되었는지 여부입니다.
                              example: false
                            commission:
                              type: integer
                              description: 투표 계정에 지급될 보상의 비율(0-100)입니다.
                              example: 0
                            lastVote:
                              type: integer
                              description: 이 투표 계정이 가장 최근에 투표한 슬롯입니다.
                              example: 147
                            epochCredits:
                              type: array
                              description: 최대 5회 차 에포크에 대한 적립된 크레딧의 최신 기록입니다.
                              items:
                                type: array
                                description: 크레딧 기록 [epoch, credits, previousCredits].
                                items:
                                  type: integer
                                example:
                                  - 1
                                  - 64
                                  - 0
                            rootSlot:
                              type: integer
                              description: 이 투표 계정의 현재 루트 슬롯입니다.
                              example: 42
              examples:
                default:
                  value:
                    jsonrpc: '2.0'
                    id: '1'
                    result:
                      current:
                        - votePubkey: 3ZT31jkAGhUaw8jsy4bTknwBMP8i4Eueh52By4zXcsVw
                          nodePubkey: B97CCUW3AEZFGy6uUg6zUdnNYvnVq5VG8PUtb2HayTDD
                          activatedStake: 42
                          epochVoteAccount: true
                          commission: 0
                          lastVote: 147
                          epochCredits:
                            - - 1
                              - 64
                              - 0
                            - - 2
                              - 192
                              - 64
                          rootSlot: 42
                      delinquent: []
        '400':
          description: 잘못된 요청 - 잘못된 요청 매개변수 또는 형식이 잘못된 요청입니다.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              example:
                jsonrpc: '2.0'
                error:
                  code: -32602
                  message: 잘못된 매개변수
                id: '1'
        '401':
          description: 권한 없음 - API 키가 없거나 잘못되었습니다.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              example:
                jsonrpc: '2.0'
                error:
                  code: -32001
                  message: 권한 없음
                id: '1'
        '429':
          description: 요청이 너무 많습니다 - 속도 제한 초과.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              example:
                jsonrpc: '2.0'
                error:
                  code: -32005
                  message: 요청이 너무 많습니다
                id: '1'
        '500':
          description: 내부 서버 오류 - 서버에서 오류가 발생했습니다.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              example:
                jsonrpc: '2.0'
                error:
                  code: -32603
                  message: 내부 오류
                id: '1'
        '503':
          description: 서비스를 사용할 수 없습니다 - 서비스가 일시적으로 사용할 수 없습니다.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              example:
                jsonrpc: '2.0'
                error:
                  code: -32002
                  message: 서비스를 사용할 수 없습니다
                id: '1'
        '504':
          description: 게이트웨이 시간 초과 - 요청 시간이 초과되었습니다.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              example:
                jsonrpc: '2.0'
                error:
                  code: -32003
                  message: 게이트웨이 시간 초과
                id: '1'
      security:
        - ApiKeyQuery: []
components:
  schemas:
    ErrorResponse:
      type: object
      properties:
        jsonrpc:
          type: string
          description: JSON-RPC 프로토콜 버전입니다.
          enum:
            - '2.0'
          example: '2.0'
        error:
          type: object
          properties:
            code:
              type: integer
              description: 오류 코드입니다.
              example: -32602
            message:
              type: string
              description: 오류 메시지입니다.
            data:
              type: object
              description: 오류에 대한 추가 데이터입니다.
        id:
          type: string
          description: 요청과 일치하는 식별자입니다.
          example: '1'
  securitySchemes:
    ApiKeyQuery:
      type: apiKey
      in: query
      name: api-key
      description: >-
        귀하의 Helius API 키입니다. [대시보드](https://dashboard.helius.dev/api-keys)에서 무료로
        받을 수 있습니다.

````