Skip to main content
PUT
/
mm
/
quotes
/
{quoteId}
/
confirm
Confirm Quote
curl --request PUT \
  --url https://api.totalis.com/mm/quotes/{quoteId}/confirm \
  --header 'UCALLEDIT_API_KEY: <api-key>'
{
  "status": "confirmed",
  "message": "<string>",
  "execution_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "quote_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "rfq_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

UCALLEDIT_API_KEY
string
header
required

API key for programmatic access. Format: api_live_xxxxxxxxxxxxxxxxxxxxx. Supported for REST API and WebSocket.

Path Parameters

quoteId
string<uuid>
required

Quote UUID

Response

Quote confirmed, escrow execution started

status
enum<string>
Available options:
confirmed
message
string
execution_id
string<uuid>
quote_id
string<uuid>
rfq_id
string<uuid>