getAssetsByOwner
Returns assets owned by the specified address.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The owner address to filter assets by.
objectoptional
Sorting criteria for assets.
integeroptionaldefaults to
100The maximum number of assets to retrieve.
integeroptionaldefaults to
1The 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
Optional response shaping flags. The server also accepts displayOptions as an alias of this field, but only one of options or displayOptions may be present per request.
Responses
200
Returns assets owned by the specified address.
Was this page helpful?