Blazing Webhooks – How to automate instant call buys


What is Blazing WebHooks

Tired of rushing to copy‑paste called contract addresses? A Blazing webhook turns any signal—Telegram alert, Discord ping, or your own script—into an instant on‑chain buy. Once you try it, you’ll never look back.

Why webhooks matter

  • Hands‑free execution – no more frantic clicking. Route every entry through Blazing’s ultra‑low‑latency stack and grab fills on eight chains.
  • You can connect custom bots, dune scrapers, Python scripts—anything that can fire an HTTP POST can trade for you.
  • Everything in sync – webhook trades show up in the WebApp and the Telegram bot the moment they clear, so you can track PnL or smash that sell button from anywhere.

Blazing webhook in a nutshell

A webhook is a unique HTTPS endpoint tied to one of your buy templates. Send it a tiny JSON payload with a token address and Blazing fires an on‑chain buy using the wallets, gas, and safety rules you’ve already set.

Before you start

Blazing wallet management menu

  1. Create Blazing Account – Sign Up with WebApp or Tg Bot
  2. Create / Import wallets– import or generate the wallets you want to trade with. Check how.

Create your first template

Blazing Template Creation Menu

  1. Open Templates → Add new.
  2. Set spend amount, slippage, gas multiplier, and safety checks.
  3. Optionally, set up an auto-selling strategy. 
  4. Save.

Complete guide for Blazing Template. 

Set up the webhook

Blazing WebHook Creation Menu

  1. In templates menu, click Create webhook.
  2. Give it a label (for example, “PumpBot AutoBuy”) and confirm.
  3. Copy the freshly minted Webhook URL—keep it safe.

The full guide for Webhooks is here

Pro tip: Webhooks carry the same speed priority routing Blazing uses for manual trades, so your orders often land a block ahead of other bots.

Plug it into your signals

Running a Telegram caller-bot like DRBT Filters?

  1. Paste the Webhook URL into its Webhook field.
  2. Toggle Auto Buy → Blazing.
  3. Reply with your access token. When you see the green check, you’re live. The next qualifying call beams straight on‑chain.

When a signal lands:

  • Blazing signs and broadcasts the buy.
  • Telegram pings you with size, price, and tx hash.
  • The token appears in your PnL panel immediately

Webhooks for Custom Solutions

Need to trigger the webhook from code instead? One line of cURL does the trick:

curl 

-X POST 'https://dev.blazingworld.me/api/v1/order/webhook/d3554524-453d-4d85-9a04-d78bc539a2f7/trigger/buy?b=8&l=en' \

-H 'Content-Type: application/json' \

-H 'Accept: application/json' \

-H 'Authorization: Bearer <ACCESS_TOKEN>' \

-H 'Origin: https://webhook.blazingworld.me' \

-d '{

 "contract": "0xabc123..."

}'

Swap in your WEBHOOK_ID, token address, and access token and let it rip.

Under the hood

  • Single‑engine sync – the WebApp and Telegram bot share one engine, so webhook trades post everywhere in real time.
  • Permit2 magic – Blazing approves once, then auto‑revokes, keeping your wallets safer than raw contract calls.
  • Auto-selling – your strategy can run start‑to‑finish without manual clicks, with added TP/SL limit orders in the template.

Next steps

  1. Test‑drive – create a small template, connect a test signal, and watch the buy hit your wallet in seconds.
  2. For cross-chain calls – clone the template for Solana or Base
  3. Show off – drop a screenshot of your PnL card in the Blazing Portal chat and flex your first webhook win.

Ready to trade more efficiently than ever? Open the WebApp, create your first webhook, and let the signals do the clicking.

How do you rate this article?

8


JeetPunisher
JeetPunisher

Learning on-chain trading


On-chain memecoins trading
On-chain memecoins trading

Writing about tools and insights for dex trading.

Send a $0.01 microtip in crypto to the author, and earn yourself as you read!

20% to author / 80% to me.
We pay the tips from our rewards pool.