getGateways
getGateways
is a method on the ARIO
class that retrieves all gateways with optional pagination and filtering support.
getGateways
does not require authentication.
Examples
getGateways
Parameters
Parameter | Type | Description | Optional | Default |
---|---|---|---|---|
cursor | string | The gateway address to use as the starting point for pagination | true | None |
limit | number | The maximum number of gateways to return (max: 1000) | true | 100 |
sortBy | string | The property to sort gateways by | true | startTimestamp |
sortOrder | string | The sort direction ('desc' or 'asc') | true | desc |
filters | Record<string, string | string[]> | Filters to apply to the results. Keys must match object properties. Arrays act as OR conditions, multiple keys act as AND conditions. | true | None |