◻️Solver Order Notification API
The platform calls this API after confirming that the user's deposit has been successfully received.
Last updated
The platform calls this API after confirming that the user's deposit has been successfully received.
HTTP Method: POST
Provider: Solver
intentId
Yes
Solver order ID
status
Yes
Order status (success: successful, timeout: timeout)
fromCoin
Yes
Source token/currency
toCoin
Yes
Target token/currency
{
"intentId": "123456",
"status": "success",
"fromCoin": "USDT(BASE)",
"toCoin": "USDT(ETH)"
}result
String
Returns success when the notification is processed successfully
Last updated
{
"data": {
"result": "success"
}
}