Skip to content
Alchemy Logo

getAssetsByCreator

POST
/{apiKey}

Returns assets created by the specified address.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringrequired

The creator address to filter by.

booleanoptionaldefaults to false

Only return assets where the creator is verified.

objectoptional

Sorting criteria for assets.

integeroptionaldefaults to 100

The maximum number of assets to retrieve.

integeroptionaldefaults to 1

The index of the "page" to retrieve.

stringoptional

Retrieve assets before this cursor.

stringoptional

Retrieve assets after this cursor.

Responses

200

Returns assets created by the specified address.

Was this page helpful?