RFQ
A client-supplied unique identifier for this request, used for safely retrying and deduplicating operations. When the same X-Request-Id is sent with multiple identical requests within a defined time window, the server treats them as the same logical operation and will not perform the side effect more than once. Instead, it will return the original result associated with that identifier, if available. The client should generate a collision-resistant value (for example, a UUID) and reuse it only when retrying the same operation.
Successful response
Validation Error
Unauthorized
Insufficient Privileges
Duplicate request error
Client error
Server error
Cancel a previously requested quote.
The quoteId returned by the Request Quote
OK
CANCELEDDate-time in ISO 8601 format
2024-08-01T18:44:05ZValidation Error
Unauthorized
Insufficient Privileges
Client error
Server error
Execute a previously requested quote. Creates an Order and Executes it. Retuns both the order and the execution.
The quoteId returned by Request Quote
Successful response
Validation Error
Unauthorized
Insufficient Privileges
Client error
Server error
Last updated