getAssetsByGroup_v2
Returns all Solana NFTs and compressed NFTs belonging to a specific group identified by groupKey and groupValue (for example, all assets in a given collection).
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The group classification type to search by (for example, collection, community, creator).
stringrequired
The collection address or group identifier to retrieve all matching NFTs for.
integeroptional
The page of results to return (1-based).
integeroptional
The maximum number of assets to return per page.
objectoptional
Sorting configuration for ordering the returned assets.
stringoptional
The cursor for paginating backwards through the assets.
stringoptional
The cursor for paginating forwards through the assets.
objectoptional
Display and formatting options for the response.
Responses
200
A paginated list of assets in the specified group.
Was this page helpful?