Skip to content
Alchemy Logo

searchAssets

POST
/{apiKey}

Search for assets using a complex set of filter criteria.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

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.

booleanoptionaldefaults to false

Invert the search filter.

enumoptionaldefaults to all

Condition type for multiple filters.

Defaults to "all".

Allowed values:

enumoptional

The interface of the asset.

The interface of the asset.

Allowed values:

stringoptional

The owner address to filter by.

enumoptional

The ownership model.

Allowed values:

stringoptional

The creator address to filter by.

booleanoptional

Only include verified creators.

stringoptional

The authority address to filter by.

string[]optional

Grouping criteria for assets.

stringoptional

The delegate address to filter by.

booleanoptional

Filter by frozen status.

objectoptional

Supply filter criteria.

booleanoptional

Filter by mutable status.

booleanoptional

Filter by burnt status.

stringoptional

Filter by JSON URI.

Responses

200

Returns assets matching the specified search criteria.

Was this page helpful?