post https://api.cvex.trade/v1/trading/estimate-atomic-orders
This endpoint is designed to enable users to simulate the execution number of orders without actually committing to the trade. By providing the same parameters that would be used in a real orders creation, users can receive a detailed projection of the execution.
Response contains array of estimations for every order in request.
Response Codes
Code | Description |
---|---|
200 | Success |
422 | Order was rejected |
500 | Unexpected errors or blockchain node malfunction |
Cost
Each request to this endpoint costs 1 API credit
Request
orders
: Array of order parameters (see Estimate Order body params)