searchAssets_v2
Search and filter Solana NFTs, compressed NFTs, and tokens using flexible criteria including ownership, creators, collections, and custom attributes. Both ownerAddress and tokenType are required. The tree parameter is Helius-specific and not part of the official DAS specification.
Path Parameters
docs-demoFor higher throughput, create your own API key
Request
The base-58 wallet address to filter search results by owner.
Filter for specific token types.
The page of results to return (1-based).
The maximum number of assets to return per page.
Filter by program authority for assets controlled by a specific protocol or update authority.
Filter by the creator wallet address.
Filter by whether the creator is verified.
Collection grouping tuple [groupKey, groupValue] for filtering by collection membership. For example: ["collection", "<collectionKey>"].
Sorting configuration for ordering the returned assets.
Filter for compressed NFTs (cNFTs) that use state compression.
Filter for assets that are eligible for compression but have not yet been compressed.
Delegate criteria for the asset search.
Filter compressed NFTs by their merkle tree address. This parameter is Helius-specific and not part of the official DAS specification.
Supply criteria for the asset search.
Supply mint criteria for the asset search.
Filter by whether an asset is frozen.
Filter by whether an asset is burnt.
Filter for assets that have an Agent Identity (MPL Core AgentIdentity external plugin).
Filter by base58 agent token mint address from the Agent Registry program.
Filter by base58 asset-signer PDA (MPL Core).
Filter by the token standard interface type.
The interface type of the Solana digital asset, indicating its token standard and implementation. v2 adds MPL Core interfaces (MplCoreAsset, MplCoreCollection, MplCoreGroup) and MplBubblegumV2 for the newer Bubblegum V2 compressed-NFT program.
Royalty target type criteria.
Royalty target criteria.
Royalty amount criteria (basis points).
Ownership model criteria.
Cursor for paginating backwards through results.
Cursor for paginating forwards through results.
Advanced display options for the response.
Responses
200
The search result envelope containing matching assets and (optionally) native balance.