The contract address of the asset.
The token ID of the asset.
AssetWithTradeData Asset details
Get owners of a specific asset Retrieve the owners of a specific asset using contract address and token ID. The list is paginated. Can be called for any Cometh indexed collection.
The contract address of the asset.
The token ID of the asset.
Optional
owner: stringFilter by owner address.
The number of owners to return. Default is 50.
Optional
skip: numberThe number of owners to skip. Default is 0.
AssetOwners Asset details
Refresh asset metadata Refresh the metadata of a specific asset.
The contract address of the asset.
The token ID of the asset.
any Metadata refresh initiated successfully
Search assets Retrieve assets based on specific search criteria. Results are paginated. Can be called for any Cometh indexed collection.
SearchAssetResponse Search results matching criteria
Get an asset Retrieve a specific expanded asset using contract address and token ID. Can be called for any Cometh indexed collection.