v46

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-211591,0051.4 MB
Kraken Embed

Execute Quote

Execute a previously requested quote to complete the trade. The quote must be in "new" status and not expired.

put/v1/kraken_embed/quotes/{quote_id}

Path parameters

quote_idstring required

Unique identifier for the quote from Kraken.

Headers

privy-app-idstring required

ID of your Privy app.

Request body

user_idstring required

Example request

{
  "user_id": "did:privy:clabcd1234"
}

Response

Quote executed successfully.

Example response

{
  "data": {
    "result": {
      "quote_id": "QTE-12345-ABCDE",
      "status": "accepted",
      "transaction_id": "TXN-67890-FGHIJ"
    }
  }
}