🎈
Digital Asset Standard API
Query for tokens, NFTs, and compressed NFTs.
The API is currently in beta. We recommend testing in Devnet before deploying your workload to Mainnet. Please refer to github for active issues and note that the system is under active development.
The Digital Asset Standard (DAS) API is an open-source specification and system that provides a unified interface for interacting with digital assets (tokens, NFTs, etc). The API supports both regular and compressed NFTs. Some methods (e.g. "getAssetProof") are exclusively for compressed assets.
The DAS API adheres to the OpenRPC specification and behaves as an extension to the regular Solana API. The endpoint is shared with our RPC endpoint:
- Devnet –
https://rpc-devnet.helius.xyz
- Mainnet –
https://rpc.helius.xyz
The DAS endpoints allow users to query both regular and compressed NFTs. The getAsset and getAssetProof methods provide the Merkle tree data that is required when interacting with compressed NFTs (transfer, burn, etc).
Get an asset by its ID.
Search for assets by a variety of parameters.
Get a merkle proof for a compressed asset by its ID.
Get a list of assets owned by an address.
Get a list of assets by a group key and value.
Get a list of assets with a specific authority.
Get a list of assets created by an address.
Last modified 28d ago