Skip to main content
POST
Commit an already generated quote

Authorizations

Authorization
string
header
required

JWT token for authentication

Path Parameters

quoteId
string
required

The unique identifier of the quote as generated in POST /quote/user or POST /quote/bridge-swap/user, e.g. "6717e3a9c1a2b4d5e6f78901".

Response

Success

quoteId
string
required

The unique identifier of this quote. Submit this in the POST /quote/commit/{quoteId} endpoint to commit the quote.