Translations:Monetary System/35/en
From ArdorDocs
Response:
- exchangeRequests (A) is an array of requests with the following fields for each request:
- code (S) is a currency code
- subtype (N) is 5 for buy and 6 for sell
- decimals (N) is the number of decimal places
- name (S) is the currency name
- units (S) is the number of currency units to buy or sell (in QNT)
- issuanceHeight (N) is the blockchain height of issuance for a reservable currency, zero otherwise
- type (N) is the currency type bitmask (refer to Get Currency)
- transaction (S) is the transaction ID
- timestamp (N) is the timestamp (in seconds since the genesis block) of the block when the request was executed
- rateNQTPerUnit (S) is the exchange rate (in NQT per QNT)
- issuerAccountRS (S) is the Reed-Solomon address of the issuer account
- issuerAccount (S) is the issuer account ID
- phased (B) is true if the transaction is phased (applies only to expected requests)
- 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)
Notes: Even expired, unfilled requests will be retrieved. As of the former blockchain Nxt [Software Version 1.5.13] phased exchange requests that have not yet finished, or have not been approved, are now excluded if requestType is getAccountExchangeRequests.