confirmQuote
Confirm a quoted price and execute the conversion trade. Use with a quote transaction ID and sub-user ID; trade status updates asynchronously.
Instructions
Confirm the quote and execute the conversion trade.
Important:
Must confirm within the quote validity period
Trade execution is asynchronous and will not complete immediately
Use the trade query endpoint to verify the final status
Webhook configuration is recommended to receive trade completion notifications
Trade Status:
processing: Trade is being processedsuccess: Trade completed successfullyfailed: Trade failed
Use Cases:
Execute the trade after user confirms the quote
Submit trade with custom tracking ID (merchantRequestId)
Configure webhook for real-time status updates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quoteTxId | Yes | ||
| subUserId | Yes | ||
| webhookUrl | No | ||
| merchantRequestId | No |