Get Assets By Creator
This method provides the list of assets created by a particular creator. By using this method, developers and users can programmatically access and retrieve the assets created or owned by a specific creator, enabling functionalities like showcasing an artist's portfolio or facilitating transactions involving the creator's assets.
Parameters (Source)
creatorAddress
Required. The address of the creator of the assets.
onlyVerified
Indicates whether to retrieve only verified assets or not.
sortBy
Sorting criteria. This is specified as an object { sortBy: <value>, sortDirection: <value> }
, where sortBy
is one of ["created", "updated", "recentAction", "none"]
and sortDirection
is one of ["asc", "desc"]
page
The index of the "page" to retrieve.
before
Fetch assets before the given ID.
after
Fetch assets after the given ID.
Last updated