Orders
Fetch and amend orders
Retrieve an order
Get the current state of the order. Note that this is merely the state of the order at the time of the request. The order might be amended or cancelled after this time.
Retrieve order updates
Returns a paginated list of updates to orders. Use the `nextPageId` from the response to fetch subsequent pages. Note that each response may include only a subset of the versions for a given order. For example, if an order has 16 versions, one page might only contain versions 3 and 4. By continuing to request pages using `pageId=<nextPageId>`, you can retrieve all versions incrementally. When `hasMore=false`, all available updates have been fetched.