Methods

Methods

The DAS API supports the following methods:

  • getAsset: Returns the information of a compressed/standard asset including metadata and owner.
  • getAssetProof: Returns the merkle tree proof information for a compressed asset.
  • 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.
Previous
DAS API RPC Providers