Comment on page
Quotes#Execute
Submits the Quote to begin processing to fiat.
Example request
curl https://{{base_url}}/users/USER_ID/quotes/QUOTE_ID/execute
-X POST \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-type: application/json" \
-d '{
"quote": {
"crypto_transfer": {
"tx_id": "0x65be7196da49cd3f5c3f6a0ff0f1583910a6b6c9a8a28946adfa1084dd76d657",
"blockchain": "polygon",
"network": "mainnet"
}
}
}
}'
Endpoint Information
post
https://{{base_url}}
/users/:user_id/quotes/:quote_id/execute
Execute a Quote
Last modified 15d ago