v1
latestOpenAPI 3.1.02026-07-226250251.5 KBTransactions
Execute Quote
Executes a quote returned from the Create Quote endpoint, initiating a crypto withdrawal to the beneficiary's external wallet.
post/v2/transactions
Request body
Example request
{
"quote_id": "9ba7d6db-ac78-4a41-acae-f787ee6b1f24"
}Response
Quote executed successfully
Example response
{
"data": {
"transaction_id": "8c92e9dd-6456-4aee-a441-1861144f1d8b",
"beneficiary_id": "6af8d598-36a5-477d-9320-d7c5ba309107",
"created_at": "2026-04-29T09:56:14.906031567Z"
}
}