Get Account Currencies
Get the currencies issued by a given account.
Request:
- requestType is getAccountCurrencies
- account is the account ID
- currency is a currency ID filter (optional)
- height is the blockchain height at which the response applies (optional, default is the current height)
- includeCurrencyInfo is true if several currency information properties is to be included (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 currency objects with the following fields:
- code (S) is the currency code
- unconfirmedUnits (S) is the amount of unconfirmed currency units (in QNT)
- decimals (N) is the number of currency decimal places
- name (S) is the currency name
- currency (S) is the currency ID
- units (S) is the amount of currency (in QNT)
- issuanceHeight (N) is the blockchain height of issuance for a reservable currency
- type (N) is the currency type bitmask (refer to Get Currencies)
- issuerAccountRS (S) is the Reed-Solomon address of the issuer account
- issuerAccount (S) is the issuer account ID
- 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)