confirmQuote
Confirm a quote and execute a conversion trade. Requires quoteTxId and subUserId; supports optional webhookUrl for real-time status updates.
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 |