Skip to content
Alchemy Logo

getAssetsByAuthority_v2

POST
/{apiKey}
CUs480Throughput CUs200

Returns all Solana NFTs, compressed NFTs, and tokens controlled by a specific authority address, with pagination support.

Path Parameters

stringrequireddefaults to docs-demo

For 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?