Get accounts count
Returns a number of accounts.
Query parameters
Equal filter mode (optional, i.e. param.eq=123 is the same as param=123).
Specify an account type to get items where the specified field is equal to the specified value.
Example: ?type=delegate.
Not equal filter mode.
Specify an account type to get items where the specified field is not equal to the specified value.
Example: ?type.ne=contract.
Filters accounts by type (user, delegate, contract, rollup, smart_rollup, ghost).
Equal filter mode (optional, i.e. param.eq=123 is the same as param=123).
Specify a contract kind to get items where the specified field is equal to the specified value.
Example: ?kind=smart_contract.
Not equal filter mode.
Specify a contract kind to get items where the specified field is not equal to the specified value.
Example: ?kind.ne=delegator_contract.
In list (any of) filter mode.
Specify a comma-separated list of contract kinds to get items where the specified field is equal to one of the specified values.
Example: ?kind.in=smart_contract,asset.
Not in list (none of) filter mode.
Specify a comma-separated list of contract kinds to get items where the specified field is not equal to all the specified values.
Example: ?kind.ni=smart_contract,asset.
Filters accounts by contract kind (delegator_contract or smart_contract)
Equal filter mode (optional, i.e. param.eq=123 is the same as param=123).
Specify an integer number to get items where the specified field is equal to the specified value.
Example: ?balance=1234.
Not equal filter mode.
Specify an integer number to get items where the specified field is not equal to the specified value.
Example: ?balance.ne=1234.
Greater than filter mode.
Specify an integer number to get items where the specified field is greater than the specified value.
Example: ?balance.gt=1234.
Greater or equal filter mode.
Specify an integer number to get items where the specified field is greater than equal to the specified value.
Example: ?balance.ge=1234.
Less than filter mode.
Specify an integer number to get items where the specified field is less than the specified value.
Example: ?balance.lt=1234.
Less or equal filter mode.
Specify an integer number to get items where the specified field is less than or equal to the specified value.
Example: ?balance.le=1234.
In list (any of) filter mode.
Specify a comma-separated list of integers to get items where the specified field is equal to one of the specified values.
Example: ?level.in=12,14,52,69.
Not in list (none of) filter mode.
Specify a comma-separated list of integers to get items where the specified field is not equal to all the specified values.
Example: ?level.ni=12,14,52,69.
Filters accounts by balance
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.
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.
Filters accounts by participation in staking
Equal filter mode (optional, i.e. param.eq=123 is the same as param=123).
Specify an integer number to get items where the specified field is equal to the specified value.
Example: ?balance=1234.
Not equal filter mode.
Specify an integer number to get items where the specified field is not equal to the specified value.
Example: ?balance.ne=1234.
Greater than filter mode.
Specify an integer number to get items where the specified field is greater than the specified value.
Example: ?balance.gt=1234.
Greater or equal filter mode.
Specify an integer number to get items where the specified field is greater than equal to the specified value.
Example: ?balance.ge=1234.
Less than filter mode.
Specify an integer number to get items where the specified field is less than the specified value.
Example: ?balance.lt=1234.
Less or equal filter mode.
Specify an integer number to get items where the specified field is less than or equal to the specified value.
Example: ?balance.le=1234.
In list (any of) filter mode.
Specify a comma-separated list of integers to get items where the specified field is equal to one of the specified values.
Example: ?level.in=12,14,52,69.
Not in list (none of) filter mode.
Specify a comma-separated list of integers to get items where the specified field is not equal to all the specified values.
Example: ?level.ni=12,14,52,69.
Filters accounts by first activity level (where the account was created)
Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.