🔥
Blazing
XWEBAPPTELEGRAM BOT
English
English
  • Welcome
  • Features
    • Security
    • Speed
    • WebHooks
    • Charts in Telegram
  • Referral
  • Fees
  • Supported DEXes
  • Getting Started
    • I'm new to crypto
    • Account Setup
      • Sync with Telegram
  • WebApp
    • Wallet Management
      • Generate
      • Import
      • Export
      • Delete
      • Set Main
      • Deposit
      • Bridge
      • Transfer (Withdraw)
      • Disperse
      • Collect
    • Finding new tokens
      • Trending
      • Radar
    • Buy
      • Limit Buy
      • Advanced Settings
    • Sell
      • Limit Sell
    • Positions
    • Transactions
    • Templates
  • WebHooks
  • Telegram bot
    • 🔥Trending Tokens
    • 💊MemeScope
    • 🟢Buy
      • Limit Buy
    • 🔴Sell
      • Limit Sell
    • 📈Charts
    • 💼Positions
    • ⚙️Settings
      • ⛽Gas settings
      • 🦺Safety settings
      • 📄Templates
      • 🔢Buy amount presets
      • 🪝Webhooks settings
      • 💳Wallets
      • 🕹️Auto buy mode
      • ➕Other Settings
    • 💳Wallets
      • 💵Deposit
      • ⭐Favorite wallets
      • 💰Transfer
      • 💸Withdraw
      • 🌉Bridge
      • ➕Add Wallet
      • ✏️Rename wallet
      • 👑Change main
      • 📤Export wallet
      • ➖Remove wallet
    • 🌉Bridge Funds
    • 🤖Backup Bots
    • 🔒Lock
    • 💬Support
Powered by GitBook
On this page
  • Creating a Webhook
  • Interact with Webhook
  1. Telegram bot
  2. Settings

Webhooks settings

PreviousBuy amount presetsNextWallets

Last updated 1 month ago

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

Creating a Webhook

1

Template Selection

Pick a trading template you’ve saved earlier. It defines how the webhook will:

  • Buy (amount, slippage, wallets)

  • Apply safety rules (MEV, degen, MC filters)

  • Auto-sell (TP/SL steps)

A template you want to use for a webhook should have a defined spend amount per wallet.

2

Name Your Webhook

Give it a descriptive name (e.g. Buy 0.4 SOL or DRBT Calls). Type the name and hit Enter.

3

Copy Credentials

Once created, you’ll receive:

  • Webhook URL (connects to DRBT)

  • Access Token (confirms ownership)

🔐 Always store your access token securely. Anyone with the token can trigger your webhook.

You’ll also see a quick 5-step setup guide for DRBT tools:

  1. Open DRBT Filters Bot

  2. Go to your target filter → Click Webhook → Paste your Webhook URL

  3. Under Autobuy Option, choose Blazing

  4. Return to Blazing → Copy your Access Token

  5. 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 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.

⚙️
🪝