Theme

Methods & Playground

Get Assets By Creator

Return the list of assets given a creator address.

We recommend to fetch data with onlyVerified: true to make sure the asset actually belongs to that creator.

Parameters

NameRequiredDescription
creatorAddressβœ…The address of the creator of the assets.
onlyVerifiedIndicates whether to retrieve only verified assets or not.
sortBySorting criteria. This is specified as an object { sortBy: <value>, sortDirection: <value> }, where sortBy is one of ["created", "updated", "recentAction", "id", "none"] and sortDirection is one of ["asc", "desc"]
limitThe maximum number of assets to retrieve.
pageThe index of the "page" to retrieve.
beforeRetrieve assets before the specified ID.
afterRetrieve assets after the specified ID.
optionsDisplay options object. See Display Options for details.

Playground

Previous
Get Assets By Authority