Get Currency
Get the details of a currency.
Request:
- requestType is getCurrency
- currency is the currency ID (optional)
- code is the currency code (optional if currency provided)
- includeCounts is true if numberOf… fields are 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:
- initialSupply (S) is the initial currency supply (in QNT)
- currentReservePerUnitTQT (S) is the minimum currency reserve (in TQT per QNT)
- types (A) is an array of currency types, one or more of:
- EXCHANGEABLE
- CONTROLLABLE
- RESERVABLE
- CLAIMABLE
- MINTABLE
- NON_SHUFFLEABLE
- code (S) is the currency code
- creationHeight (N) is the blockchain height of the currency creation
- minDifficulty (N) is the minimum difficulty for a mintable currency
- numberOfTransfers (N) is the number of currency transfers
- description (S) is the currency description
- minReservePerUnitTQT (S) is the minimum currency reserve (in TQT per QNT) for a reservable currency
- currentSupply (S) is the current currency supply (in QNT)
- issuanceHeight (N) is the blockchain height of the currency issuance for a reservable currency
- requestProcessingTime (N) is the API request processing time (in millisec)
- type (N) is the currency type bitmask, from least to most significant bit: exchangeable, controllable, reservable, claimable, mintable, non-shuffleable
- reserveSupply (S) is the reserve currency supply (in TQT) for a reservable currency
- maxDifficulty (N) is the maximum difficulty for a mintable currency
- accountRS (S) is the Reed-Solomon address of the issuing account
- decimals (N) is the number of decimal places used by the currency
- name (S) is the name of the currency
- numberOfExchanges (N) is the number of currency exchanges
- currency (S) is the currency ID
- maxSupply (S) is the maximum currency supply (in QNT)
- account (S) is the account ID of the currency issuer
- algorithm (N) is the algorithm number for a mintable currency: 2 for SHA256, 3 for SHA3, 5 for Scrypt, 25 for Keccak25
- lastBlock (S) is the last block ID on the blockchain (applies if requireBlock is provided but not requireLastBlock)