Methods & Playground
Methods
The DAS API supports the following methods:
- getAsset: Returns the information of a compressed/standard asset including metadata and owner.
- getAssets: Returns the information of multiple compressed/standard asset including metadata and owner.
- getAssetProof: Returns the merkle tree proof information for a compressed asset.
- getAssetProofs: Returns the merkle tree proof information for multiple compressed assets.
- getAssetSignatures: Returns the transaction signatures for compressed assets.
- getAssetsByAuthority: Returns the list of assets given an authority address.
- getAssetsByCreator: Return the list of assets given a creator address.
- getAssetsByGroup: Return the list of assets given a group (key, value) pair. For example this can be used to get all assets in a collection.
- getAssetsByOwner: Return the list of assets given an owner address.
- searchAssets: Return the list of assets given a search criteria.