Update quote

Updates an active quote's total (and optionally its fees) before execution. The quote_id and new total are both required.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Quote update parameters: quote_id identifying the active quote to update, the new total, and an optional replacement fees array.

string
required

The identifier for the quote
Note: this is required to execute the quote

string
required

The total amount of the quoted_currency requested in the quote. Only allowed to update the total field, not quantity. Must be less than or equal to the original total amount in the quote.

fees
array of objects
fees
Headers
string
required

HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.

string
required

Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json