Methods & Playground
Get Assets By Authority
Returns the list of assets given an authority address.
Parameters
| Name | Required | Description | 
|---|---|---|
| authorityAddress | β | The address of the authority of the assets. | 
| sortBy | Sorting criteria. This is specified as an object { sortBy: <value>, sortDirection: <value> }, wheresortByis one of["created", "updated", "recentAction", "none"]andsortDirectionis one of["asc", "desc"] | |
| limit | The maximum number of assets to retrieve. | |
| page | The index of the "page" to retrieve. | |
| before | Retrieve assets before the specified ID. | |
| after | Retrieve assets after the specified ID. | |
| options | Display options object. See Display Options for details. |