getVaults
getVaults
is a method on the ARIO
class that retrieves all vaults with optional pagination and filtering support.
getVaults
does not require authentication.
Examples
getVaults
Parameters
Parameter | Type | Description | Optional | Default |
---|---|---|---|---|
cursor | string | The vault ID to use as the starting point for pagination | true | None |
limit | number | The maximum number of vaults to return (max: 1000) | true | 100 |
sortBy | string | The property to sort vaults by | true | startTimestamp |
sortOrder | string | The sort direction ('desc' or 'asc') | true | desc |