Skip to main content
POST
/
mm
/
quotes
/
{quoteId}
/
withdraw
Withdraw Quote
curl --request POST \
  --url https://api.totalis.trade/mm/quotes/{quoteId}/withdraw \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "status": "withdrawn"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.totalis.trade/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Privy JWT issued to the web dashboard. Sent as Authorization: Bearer <jwt>. The Privy session signer underpins all wallet-signed actions.

Path Parameters

quoteId
string<uuid>
required

Quote UUID

Response

Quote withdrawn

data
object
required