cURL
curl --request PUT \ --url https://api.totalis.trade/mm/quotes/{quoteId}/confirm \ --header 'TOTALIS_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" }
Confirm an accepted quote on Totalis to trigger on-chain Solana vault position creation
API key for programmatic access. Generate from the Totalis Dashboard. Format: api_live_xxxxxxxxxxxxxxxxxxxxx. Supported for REST API and WebSocket.
api_live_xxxxxxxxxxxxxxxxxxxxx
Quote UUID
Quote confirmed, vault position creation started
confirmed
Was this page helpful?