Confirm trade quote Run in API Explorer
Ask AI
Confirms a previously issued RFQ quote for the authenticated API key owner.
POST
/api/v1/trades/quote/confirm
curl \
--request POST 'https://api.lumetrade.com/api/v1/trades/quote/confirm' \
--header "X-API-KEY: $API_KEY" \
--header "X-API-SECRET: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"amount":100,"fromCurrency":"USDT","quoteStr":"rfq_quote_7K9Q2M","toCurrency":"ZAR"}'
Request examples
{
"amount": 100,
"fromCurrency": "USDT",
"quoteStr": "rfq_quote_7K9Q2M",
"toCurrency": "ZAR"
}
Response examples (200)
{
"tradeNo": "TID4J7K2N",
"fillNo": "FIL_2N8K4Q",
"completed": true
}
Response examples (400)
{
"tradeNo": "TID4J7K2N",
"fillNo": "FIL_2N8K4Q",
"completed": true
}