getAllowedDelegates
getAllowedDelegates
is a method on the ARIO
class that retrieves all allowed delegates for a specific gateway address. The cursor parameter is used for pagination and represents the last address from the previous request.
getAllowedDelegates
does not require authentication.
Example
getAllowedDelegates
Parameters
Parameter | Type | Description | Required |
---|---|---|---|
address | string | The gateway address to query for allowed delegates | Yes |
cursor | string | Cursor for paginated results | No |
limit | number | Maximum number of results to return (max: 1000) | No |
sortBy | string | Property to sort results by | No |
sortOrder | string | Sort direction (valid values: 'desc' or 'asc') | No |