getAssetsByCreator_v2
Returns all Solana NFTs and compressed NFTs where the specified wallet is listed as a creator, with optional verified-only filtering and pagination support.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The base-58 wallet address of the creator whose assets to retrieve.
integeroptional
The page of results to return (1-based).
integeroptional
The maximum number of assets to return per page.
objectoptional
Sorting configuration for ordering the returned assets.
stringoptional
The cursor for paginating backwards through the assets.
stringoptional
The cursor for paginating forwards through the assets.
objectoptional
Display and formatting options for the response.
Responses
200
A paginated list of assets created by the specified wallet.
Was this page helpful?