Notification webhook
The Notification Webhook provides real-time updates on the status of intents submitted to the Snipe API. Notifications cover a wide range of events, from intent creation to final transaction outcomes. Below is the reference list of all possible notifications and their payloads.
Notification Types
1. Intent expired
An intent that has been pending for 48 hours without execution is marked as expired.
2. Intent pending
A launch was detected, and the intent is now pending execution:
3. Intent ignored
Wrong status The intent was not in a pending state when the snipe happened:
Buy tax too high The intent was ignored because the buy tax was too high:
Sell tax too high The intent was ignored because the sell tax was too high:
Minimum in not met Intent ignored because the minimum buy could not be met.
Liquidity minimum not met Intent is ignored because the minimum liquidity was not met.
4. Successful Intent Notification
The intent was successfully executed and included in the blockchain.
5. Failure notification
The intent was selected but failed.
Transaction Failed Onchain: Intent was included but failed onchain (transaction reverted)
Transaction Not Included: Intent was sent but not included (filtered out of bundle by the block builder)
Last updated