Webhooks settings
Last updated
Last updated
Webhooks let you buy faster than any manual trader by plugging directly into filtered alpha signals from DRBT.
Open DRBT Filters Bot
Go to your target filter → Click Webhook → Paste your Webhook URL
Under Autobuy Option, choose Blazing
Return to Blazing → Copy your Access Token
Paste the token in DRBT and confirm it works
✅ Done! DRBT alerts that match your filters will now trigger trades on Blazing using your selected template.
To trigger the webhook, send a POST
request to the Webhook URL with the Access Token included as a bearer token in the headers. The endpoint requires one parameter in the request body: the contract address of the token.
Here’s an example of the request structure using curl
:
The contract
parameter should contain the contract address of the token you want to interact with.
This example is provided for illustration purposes. Replace <ID>
and <ACCESS TOKEN>
with the specific values generated during webhook setup.
By following these steps, you can automate your trading strategies with Blazing App's webhooks and streamline your trading experience.