Steem LogoSDS API Reference0.1.9


accounts_api

/ getAccountCountByVESTSRange / :type / :fromVESTS - :toVESTS


Description

Returns the number of accounts that :type between :fromVESTS and :toVESTS vesting shares.

Example

/accounts_api/getAccountCountByVESTSRange/own/1000-100000

Parameters

NameTypeOptionalMin.Allowed Values
:typefixed_valueNo
- own
- delegated
- received
- effective
:fromVESTSfloatNo0
:toVESTSfloatNo0

Ranges

[
   {
      "from": "fromVESTS",
      "to": "toVESTS"
   }
]

Result

Integer