🪝Webhooks settings
Webhooks let you buy faster than any manual trader by plugging directly into filtered alpha signals from DRBT.

Creating a Webhook
You’ll also see a quick 5-step setup guide for DRBT tools:
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.
Interact with Webhook
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:
curl -X POST 'https://dev.blazingworld.me/api/v1/order/webhook//trigger/buy?b=1&l=en'
-H 'Content-Type: application/json'
-H 'Authorization: Bearer '
-H 'Accept: application/json'
-d '{ "contract": "0x<TOKEN_ADDRESS>" }'Key Notes
The
contractparameter 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.
Last updated


