Notification webhook
Notification Types
1. Intent expired
{
"intentId": "<id>",
"chainId": 1,
"type": "intent_exired",
"reason": "expired"
"data": {}
}2. Intent pending
{
"intentId": "<id>",
"chainId": 1,
"type": "intent_tx_pending",
"reason": "launch_detected"
"data": {
"txHash": "0x...", // hash of the pending intent tx
}
}3. Intent ignored
4. Successful Intent Notification
5. Failure notification
Last updated
Was this helpful?