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

# デジタル資産標準 (DAS)

> Helius DAS (デジタル資産標準) エンドポイントの完全なAPIリファレンスです。Solana上のNFT、圧縮NFT、代替可能トークン、所有権、メタデータをクエリします。

## DAS APIとは?

デジタル資産標準 (DAS) API は、Solana のすべてのデジタル資産であるNFT、圧縮NFT (cNFT)、代替可能トークン、Token-2022資産をクエリするための統一インターフェースです。DASは、解析済みのメタデータ、所有権、コレクション情報、およびトランザクション履歴を一回の呼び出しで返し、生のアカウントデータを手動でデコードする必要がなくなります。[DAS概要](/ja/das-api)でガイドとチュートリアルを参照してください。

<CardGroup cols={2}>
  <Card title="getAsset" href="/ja/api-reference/das/getasset">
    特定の資産の情報をそのIDによって取得します。
  </Card>

  <Card title="getAssetBatch" href="/ja/api-reference/das/getassetbatch">
    複数の資産の情報を一回のリクエストで取得します。
  </Card>

  <Card title="getAssetProof" href="/ja/api-reference/das/getassetproof">
    特定の圧縮資産の証明を取得します。
  </Card>

  <Card title="getAssetProofBatch" href="/ja/api-reference/das/getassetproofbatch">
    複数の圧縮資産の証明を一回のリクエストで取得します。
  </Card>

  <Card title="getAssetsByAuthority" href="/ja/api-reference/das/getassetsbyauthority">
    指定された権限アドレスによる資産を返します。
  </Card>

  <Card title="getAssetsByCreator" href="/ja/api-reference/das/getassetsbycreator">
    特定のクリエイターアドレスによって作成された資産を取得します。
  </Card>

  <Card title="getAssetsByGroup" href="/ja/api-reference/das/getassetsbygroup">
    特定のグループに属する資産を返します。
  </Card>

  <Card title="getAssetsByOwner" href="/ja/api-reference/das/getassetsbyowner">
    特定のアドレスが所有するすべての資産を一覧表示します。
  </Card>

  <Card title="getNftEditions" href="/ja/api-reference/das/getnfteditions">
    NFTエディションに関する情報を取得します。
  </Card>

  <Card title="getSignaturesForAsset" href="/ja/api-reference/das/getsignaturesforasset">
    特定の資産に関与するトランザクション署名を返します。
  </Card>

  <Card title="getTokenAccounts" href="/ja/api-reference/das/gettokenaccounts">
    指定されたパラメータに基づいてトークンアカウントを取得します。
  </Card>

  <Card title="searchAssets" href="/ja/api-reference/das/searchassets">
    様々な基準に基づいて資産を検索します。
  </Card>
</CardGroup>
