Delegates

Get delegates count

Returns a number of delegate accounts.

get/v1/delegates/count

Query parameters

eqboolean nullable

Equal filter mode (optional, i.e. param.eq=true is the same as param=true).
Specify a bool flag to get items where the specified field is equal to the specified value.

Example: ?active=true or ?active=1 or ?active.

nullboolean nullable

Is null filter mode.
Use this mode to get items where the specified field is null or not.

Example: ?active.null or ?active.null=false.

Delegate status to filter by (true - only active, false - only deactivated, undefined - all delegates)

Response

integer required

Changes