Advanced-Orders
Number of APIs: 4
- 
List account orders GET {{proxiedPublicURL}}/accounts/{{latestAccountID}}/orders 
- 
Retrieve an order GET {{proxiedPublicURL}}/orders/{{latestOrderID}} 
- 
Retrieve an order execution GET {{proxiedPublicURL}}/orders/{{latestOrderID}}/executions/{{latestExecutionID}} 
- 
Cancel an order DELETE {{proxiedPublicURL}}/orders/{{latestOrderID}}