API Methods
The RPC methods currently supported are:
getAsset - get an asset by its ID.
getAssetProof - get a Merkle proof for a compressed asset by its ID.
getAssetsByAuthority - get a list of assets with specific authority.
getAssetsByOwner - list all assets by owner pubkey.
getAssetsByGroup - get a list of assets created by a group key and value.
getAssetsByCreator - get a list of assets created by an address.
searchAssets - search and filter assets.
Last updated