> ## 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.

# ZK Compression API

> ZK圧縮エンドポイントの完全なAPIリファレンス。Solana上で圧縮されたアカウント、バランス、トークン保有者、証明、およびトランザクション署名を照会します。

<CardGroup cols={2}>
  <Card title="圧縮アカウントの取得" href="/ja/api-reference/zk-compression/getcompressedaccount">
    アドレスまたはハッシュで特定の圧縮アカウントに関する情報を取得します。
  </Card>

  <Card title="圧縮アカウント証明の取得" href="/ja/api-reference/zk-compression/getcompressedaccountproof">
    特定の圧縮アカウントの証明を取得します。
  </Card>

  <Card title="所有者による圧縮アカウントの取得" href="/ja/api-reference/zk-compression/getcompressedaccountsbyowner">
    特定のアドレスが所有するすべての圧縮アカウントを返します。
  </Card>

  <Card title="圧縮バランスの取得" href="/ja/api-reference/zk-compression/getcompressedbalance">
    圧縮アカウントのバランスを取得します。
  </Card>

  <Card title="所有者による圧縮バランスの取得" href="/ja/api-reference/zk-compression/getcompressedbalancebyowner">
    特定のアドレスが所有するすべての圧縮アカウントの合計バランスを取得します。
  </Card>

  <Card title="圧縮ミントトークン保有者の取得" href="/ja/api-reference/zk-compression/getcompressedminttokenholders">
    特定の圧縮トークンミントのすべての保有者を一覧表示します。
  </Card>

  <Card title="圧縮トークンアカウントバランスの取得" href="/ja/api-reference/zk-compression/getcompressedtokenaccountbalance">
    圧縮トークンアカウントのトークンバランスを取得します。
  </Card>

  <Card title="代理人による圧縮トークンアカウントの取得" href="/ja/api-reference/zk-compression/getcompressedtokenaccountsbydelegate">
    特定のアドレスに委任されたすべての圧縮トークンアカウントを返します。
  </Card>

  <Card title="所有者による圧縮トークンアカウントの取得" href="/ja/api-reference/zk-compression/getcompressedtokenaccountsbyowner">
    特定のアドレスが所有するすべての圧縮トークンアカウントを一覧表示します。
  </Card>

  <Card title="所有者による圧縮トークンバランスの取得" href="/ja/api-reference/zk-compression/getcompressedtokenbalancesbyowner">
    特定のアドレスが所有する圧縮アカウントのすべてのトークンバランスを取得します。
  </Card>

  <Card title="所有者による圧縮トークンバランスの取得 V2" href="/ja/api-reference/zk-compression/getcompressedtokenbalancesbyownerv2">
    追加機能を備えたトークンバランスエンドポイントの強化版。
  </Card>

  <Card title="アカウントの圧縮署名の取得" href="/ja/api-reference/zk-compression/getcompressionsignaturesforaccount">
    圧縮アカウントに関与するトランザクションの署名を返します。
  </Card>

  <Card title="アドレスの圧縮署名の取得" href="/ja/api-reference/zk-compression/getcompressionsignaturesforaddress">
    特定のアドレスに関与するトランザクションの署名を取得します。
  </Card>

  <Card title="所有者による圧縮署名の取得" href="/ja/api-reference/zk-compression/getcompressionsignaturesforowner">
    特定のアドレスが所有者であるトランザクションの署名を返します。
  </Card>

  <Card title="トークン所有者の圧縮署名の取得" href="/ja/api-reference/zk-compression/getcompressionsignaturesfortokenowner">
    使用者が所有するトークンに関連するトランザクションの署名を一覧表示します。
  </Card>

  <Card title="インデクサーの健康状態の取得" href="/ja/api-reference/zk-compression/getindexerhealth">
    圧縮インデクサーの健康状態を返します。
  </Card>

  <Card title="インデクサースロットの取得" href="/ja/api-reference/zk-compression/getindexerslot">
    圧縮インデクサーの現在のスロットを取得します。
  </Card>

  <Card title="最新の圧縮署名の取得" href="/ja/api-reference/zk-compression/getlatestcompressionsignatures">
    圧縮に関連する最新のトランザクション署名を返します。
  </Card>

  <Card title="最新の非投票署名の取得" href="/ja/api-reference/zk-compression/getlatestnonvotingsignatures">
    最近の非投票トランザクション署名を取得します。
  </Card>

  <Card title="複数の圧縮アカウント証明の取得" href="/ja/api-reference/zk-compression/getmultiplecompressedaccountproofs">
    1回のリクエストで複数の圧縮アカウントの証明を取得します。
  </Card>

  <Card title="複数の圧縮アカウントの取得" href="/ja/api-reference/zk-compression/getmultiplecompressedaccounts">
    1回のリクエストで複数の圧縮アカウントを取得します。
  </Card>

  <Card title="複数の新しいアドレス証明の取得" href="/ja/api-reference/zk-compression/getmultiplenewaddressproofs">
    複数の新しいアドレスの証明を取得します。
  </Card>

  <Card title="複数の新しいアドレス証明の取得 V2" href="/ja/api-reference/zk-compression/getmultiplenewaddressProofsv2">
    新しいアドレス証明エンドポイントの強化版。
  </Card>

  <Card title="圧縮情報付きトランザクションの取得" href="/ja/api-reference/zk-compression/gettransactionwithcompressioninfo">
    圧縮関連情報を含むトランザクションの詳細を返します。
  </Card>

  <Card title="有効性証明の取得" href="/ja/api-reference/zk-compression/getvalidityproof">
    圧縮データの有効性証明を取得します。
  </Card>
</CardGroup>
