getAssetsByAuthority_v2
Returns all Solana NFTs, compressed NFTs, and tokens controlled by a specific authority address, with pagination support.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The base-58 address of the authority whose assets to retrieve.
integeroptional
The page of results to return (1-based).
integeroptional
The maximum number of assets to return per page (up to 1000).
objectoptional
Sorting configuration for ordering the returned assets.
stringoptional
The cursor for paginating backwards through the assets. Only supported when sortBy.sortBy is id (default cursor mode).
stringoptional
The cursor for paginating forwards through the assets. Only supported when sortBy.sortBy is id (default cursor mode).
objectoptional
Display and formatting options for the response.
Responses
200
A paginated list of assets controlled by the specified authority.
Was this page helpful?