Skip to content
Alchemy Logo

getAssetsByOwner

POST
/{apiKey}

Returns assets owned by the specified address.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringrequired

The owner address to filter assets by.

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. Required when using sortBy values other than id.

stringoptional

Retrieve assets before this cursor. Only supported when sortBy is id.

stringoptional

Retrieve assets after this cursor. Only supported when sortBy is id.

objectoptional

Options for display formatting.

Responses

200

Returns assets owned by the specified address.

Was this page helpful?