Get Assets By Authority
Fetch all the assets belonging to a specific authority. This allows paged responses in order to easily fetch a large number of records.
Parameters (Source)
Name | Description |
---|---|
authorityAddress | Address of the asset authority |
sortBy | The Sorting Criteria: Defined as an object |
limit | The maximum number of assets to retrieve. |
page | The index of the "page" to retrieve. |
before | Fetch assets before the given ID. |
after | Fetch assets after the given ID. |
Last updated