Digital Asset Standard (DAS)
getAssetsByGroup
Retrieve all Solana NFTs and compressed NFTs in a specific collection or group with flexible grouping keys and pagination support
POST
getAssetsByGroup
Documentation Index
Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request Parameters
The Solana group classification type to search by (e.g., ‘collection’, ‘community’, ‘creator’, etc.).
The Solana collection address or group identifier to retrieve all matching NFTs for.
The page number for paginating through the Solana collection results.
The maximum number of Solana NFTs to return per request from this collection.
The sorting options for the response.
The criteria by which the retrieved Solana NFTs in the collection will be sorted.
createdrecent_actionupdatednone
The direction by which the retrieved Solana NFTs in the collection will be sorted.
ascdesc
The cursor for paginating backwards through the assets.
The cursor for paginating forwards through the assets.
The display options for the response.
Displays grouping information for unverified collections instead of skipping them.
Displays metadata for the collection.
Shows the total number of assets that matched the query. This will make the request slower.
Displays inscription details for Solana NFTs with on-chain inscriptions in the collection.
Authorizations
Body
application/json
The version of the JSON-RPC protocol.
Available options:
2.0 An ID to identify the request.
The name of the DAS method to invoke.
Available options:
getAssetsByGroup Previous
getAssetsByOwnerRetrieve all Solana NFTs, compressed NFTs, and fungible tokens owned by a specific wallet address with sorting and pagination options
Next
getAssetsByGroup