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
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"
}
}
}