Get All Open Orders
Get all open bid/ask orders in reverse block height order.
Request:
- requestType is either getAllOpenBidOrders or getAllOpenAskOrders
- firstIndex is a zero-based index to the first order to retrieve (optional)
- lastIndex is a zero-based index to the last order to retrieve (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:
- openOrders (A) is an array of order objects (refer to Get Orders 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)