Get Currency Account Count
Get the number of accounts that hold a given currency.
Request:
- requestType is getCurrencyAccountCount
- currency is the currency ID
- height is the blockchain height at which the response applies (optional, default is the current height)
- requireBlock is the block ID of a block that must be present in the blockchain during execution (optional)
- requireLastBlock is the block ID of a block that must be last in the blockchain during execution (optional)
Response:
- numberOfAccounts (N) is the number of accounts that hold the currency
- lastBlock (S) is the last block ID on the blockchain (applies if requireBlock is provided but not requireLastBlock)
- requestProcessingTime (N) is the API request processing time (in millisec)