Get Currency Accounts
Get the accounts that hold a given currency in reverse units order.
Request:
- requestType is getCurrencyAccounts
- currency is the currency ID
- height is the blockchain height at which the response applies (optional, default is current height)
- firstIndex is a zero-based index to the first account to retrieve (optional)
- lastIndex is a zero-based index to the last account to retrieve (optional)
- 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:
- accountCurrencies (A) is an array of account objects with the following fields:
- unconfirmedUnits (S) is the amount of unconfirmed currency units (in QNT)
- accountRS (S) is the Reed-Solomon address of the account
- currency (S) is the currency ID
- units (S) is the amount of currency (in QNT)
- account (S) is the account number
- 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)