Fetch all digital assets belonging to a specific group.
HTTP transport instance
Group key/value pair and pagination/display options
Commitment level and call options
Paginated list of assets in the group
const page = await getAssetsByGroup(transport, { groupKey: 'collection', groupValue: 'CollectionPubkey...',});console.log(page.total); Copy
const page = await getAssetsByGroup(transport, { groupKey: 'collection', groupValue: 'CollectionPubkey...',});console.log(page.total);
1.0.0
Fetch all digital assets belonging to a specific group.