Get Last Exchanges
Get the last exchange of each of multiple currencies.
Request:
- requestType is getLastExchanges
- currencies is one of multiple currency IDs
- 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:
- exchanges (A) is an array of exchange objects (refer to GetExchanges without name, decimals, code, issuanceHeight, type,
issuerAccountRS and issuerAccount for details) - requestProcessingTime (N) is the API request processing time (in millisec)