Get Account Currency Count
Get the number of currencies issued by a given account.
Request:
- requestType is getAccountCurrencyCount
- account is the account 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:
- numberOfCurrencies (N) is the number of currencies issued
- 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)