Digital Asset Standard (DAS)
getAssetsByAuthority
Retrieve all Solana NFTs, compressed NFTs, and tokens controlled by a specific authority address with pagination support
POST
getAssetsByAuthority
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 address of the owner whose assets to retrieve.
The page of results to return.
The maximum number of assets to return.
The sorting options for the response.
The criteria by which the retrieved assets will be sorted.
createdrecent_actionupdatednone
The direction by which the retrieved assets 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 of assets inscribed on-chain.
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:
getAssetsByAuthority Previous
getAssetsByCreatorRetrieve all Solana NFTs and compressed NFTs created by a specific creator address with optional verified-only filtering
Next
getAssetsByAuthority