Get All Exchanges
Get all currency exchanges in reverse chronological order.
Request:
- requestType is getAllExchanges
- timestamp is the earliest timestamp to retrieve (optional)
- firstIndex is a zero-based index to the first exchange to retrieve (optional)
- lastIndex is a zero-based index to the last exchange to retrieve (optional)
- includeCurrencyInfo is true to include some currency details (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:
- exchanges (A) is an array of exchange objects (refer to Get Exchanges for details)
- 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)