getArNSReturnedNames
getArNSReturnedNames
is a method on the ARIO
class that retrieves all currently active returned ArNS names, with support for pagination and custom sorting. Pagination is handled using a cursor system, where the cursor is the name from the last record of the previous request.
getArNSReturnedNames
does not require authentication.
Example
getArNSReturnedNames
Parameters
Parameter | Type | Description | Optional | Default |
---|---|---|---|---|
cursor | string | The name to use as the starting point for the next page of results | true | None |
limit | number | The maximum number of records to return (max: 1000) | true | 100 |
sortBy | string | The property to sort results by | true | startTimestamp |
sortOrder | string | The sort direction ('desc' or 'asc') | true | desc |