Exchange Integration · TradingView Webhooks

Which Exchanges Accept TradingView Webhook Signals?
The Honest 2026 List

2026-07-08·12 min read

Short answer: of the 15 exchanges people ask about most, only 6 have a real, exchange-hosted webhook or signal-bot product — Binance, OKX, Bybit, Bitget, Gate.io, and Phemex. Five of them — Binance, OKX, Bybit, Bitget and Phemex — say in their own docs that the feature is futures/perpetual only. Gate.io never spells out the market scope either way, but everything in its setup guide points at perpetuals too. Either way, none of the 6 documents spot as a supported market.

The other 9 get listed as “supported” constantly, in blog posts and SEO listicles alike. Almost always, what's actually being described is TradingView's own chart-trading “broker” feature — a different product entirely. This article checked every exchange's own help center and announcements directly (not search-result summaries) as of July 2026, so you can find out where your exchange actually stands before you build anything on top of it.

Three things keep getting called the same name

Before the list, the confusion needs untangling, because it's the whole reason this article exists. “TradingView + [exchange] integration” can mean three completely different products:

  • (a) Native webhook / signal bot — the exchange itself generates a webhook URL, receives your TradingView alert, and places the order. No third party involved.
  • (b) TradingView Broker integration — you log into your exchange account inside TradingView's Trading Panel and click buy/sell manually from the chart. There is no alert, no webhook URL, and no automation — it's a fancier order ticket.
  • (c) Third-party bridge — a separate service hosts the webhook, receives the alert, and calls the exchange's API on your behalf using your own API key.
(a) Native webhook(b) TradingView broker(c) Third-party bridge
Who hosts the webhook URLThe exchange itselfNo webhook existsThe bridge service
Alert → automatic order?
Needs a paid TradingView planYes — webhook alerts need Essential or aboveNo — free plan worksYes — the webhook itself is a TradingView paid feature, regardless of which bridge you pick
ExampleBinance Signal Trading, OKX Signal BotBitMEX /tradingview page, MEXC's chart panelTVSBot, WunderTrading, 3Commas
Why this matters
If an article tells you “Exchange X supports TradingView webhooks” and links you to a broker/chart-trading page, you're about to spend an afternoon looking for a webhook field that doesn't exist. Checking which bucket — (a), (b), or (c) — an exchange actually falls into saves that afternoon.

The 15 exchanges, checked one by one

Verified directly against each exchange's own help center, documentation, or official announcement, as of July 2026. Exchange features change without much notice — treat this as a snapshot, not a permanent guarantee, and re-check the exchange's own docs before you commit.

ExchangeNative webhook?What it's calledMarket scopeKey limits
BinanceYesSignal Trading with Webhook IntegrationUSDⓈ-M Futures onlyPaid TradingView tier required; max 100 active signals; auto-stops after 20 consecutive failed orders
OKXYesSignal BotPerpetual swaps onlyPaid TradingView tier required; third-party fixed-IP senders must pre-register with OKX support
BybitYesWebhook Signal TradingDerivatives only (no spot)Paid TradingView tier required; One-Way position mode only; max 30 webhook strategies per account
BitgetYesFutures Signal BotUSDT-M perpetual onlyPaid TradingView tier required; market orders only, no limit orders; max 10 signals per user
Gate.ioYesSignal BotPerpetual — inferred, not stated in the docsWeb version only, not the mobile app; requires a JSON alert-message template; the guide never states which markets the bot covers, but its example pair (BTCUSDT.P), leverage/margin fields and liquidation handling all point to perpetuals
KuCoinNo official doc foundOnly a Trading Panel broker connection and a third-party “API Broker Partner” (Kryll, strategy import) were found — no KuCoin-hosted webhook endpoint
MEXCNoOfficial product is the chart-trading panel; MEXC's own blog describes webhook automation as something users build themselves against MEXC's API
HTXNoOfficial partnership is described as TradingView “Broker” integration (Trading Panel), not a webhook product
KrakenNoKraken's own support page lists only third-party bot partners (3Commas, Bitsgap, and others) connecting via its general API
Coinbase AdvancedNoHas a broker/chart-trading integration and a separate onchain-activity “webhooks” feature — that one pushes notifications out, it doesn't receive TradingView alerts
Crypto.com ExchangeNoOfficial June 2026 announcement describes joining TradingView as a broker for on-chart trading, not a webhook product
BitMEXNoOfficial page describes a broker connection plus Pine Script backtesting; a generic mention of “webhooks” in its FAQ refers to TradingView's own alert feature, not a BitMEX-hosted endpoint
PhemexYesSignal TradingFutures/perpetual onlyFree to use; auto-generates a unique webhook link and message template per signal
WOO XNoOfficial product is a Trading Panel upgrade; webhook automation is offered through a named third-party partner (WunderTrading), not a WOO X-hosted webhook
HyperliquidNoNo TradingView broker link at all — TradingView added it only as a market-data feed in July 2026; automation runs entirely through third-party bridges calling Hyperliquid's own API

Legend: “Yes” = the exchange itself generates a webhook URL and executes the order. “No” = no such native product was found (a TradingView broker/chart-trading connection may still exist). “No official doc found” = an absence of documentation, not a confirmed denial. Market scope is quoted from official docs except where marked “inferred”. Verified against official sources, July 2026 — support can change.

Notice a pattern?
Five of the six exchanges with real native webhook support — Binance, OKX, Bybit, Bitget and Phemex — state in their own documentation that the feature is restricted to futures or perpetual contracts. Gate.io is the one exception in how it's worded: its guide never says which markets the Signal Bot covers, but the example trading pair (BTCUSDT.P), the leverage and margin settings and the liquidation handling all describe a perpetual product. So if you're hoping to webhook-trade spot natively, nothing on this list documents that as a supported option.

The mix-up that keeps happening

This is the part worth slowing down for, because it's where most published “supported exchange” lists get it wrong — not out of bad faith, usually just from skimming an announcement headline. Seven exchanges in particular get miscast as having native webhooks when their own official material describes something else:

  • BitMEX — its own /tradingview page is about logging in and trading manually from the chart, plus Pine Script backtesting. A line in its FAQ mentioning “webhooks” is describing TradingView's generic alert feature, not something BitMEX hosts.
  • HTX — HTX's own announcement calls this a “Broker” partnership. That's chart-trading, not a signal-receiving endpoint.
  • Kraken — Kraken's own support article names third-party bot partners explicitly. There's no Kraken-hosted webhook to point at.
  • Coinbase Advanced — Coinbase does have a feature literally named “Webhooks,” which causes a lot of the confusion. It pushes onchain notifications outward; it doesn't receive TradingView alerts to trigger trades.
  • WOO X — WOO X's own blog names a specific partner, WunderTrading, for webhook automation. The WOO X-branded integration itself is the Trading Panel.
  • MEXC — MEXC's own promotional post is easy to misread. Read closely, it describes a user building their own webhook receiver against MEXC's API — not MEXC shipping a signal bot.
  • Hyperliquid — TradingView added Hyperliquid in July 2026 as a market-data feed only (charting), not a broker connection. There is no TradingView-side automation hook at all, native or otherwise.

For KuCoin, the honest answer is a little different from all of the above: no official KuCoin documentation describing a native webhook feature could be found at all — not a positive statement of what it offers instead. That's a meaningfully weaker basis than the exchanges above, where each has its own material describing what it does offer. Treat “KuCoin has no native webhook” as the best available reading of an absence of documentation, not a confirmed denial from KuCoin itself.

No native webhook on your exchange? Here's what actually closes the gap

For the nine exchanges above, TradingView-alert-to-order automation only happens through a third-party bridge: a separate service receives the webhook and calls the exchange's own trading API using your API key. That's not a downgrade by itself — a well-built bridge can be just as reliable as a native feature — but it does add a service in between you and your funds, so it's worth being deliberate about which one.

Two things matter most when picking a bridge:

  • Non-custodial or custodial. A non-custodial bridge only ever holds your API key and calls the exchange's API with it — your funds never leave your own exchange account. A custodial one pools user funds into its own wallets, which is a fundamentally different risk profile (see the 2022 incident where a pooled-key platform leaked 100,000 API keys).
  • What API permission it actually needs. A bridge that only ever needs to place and cancel orders should only ever ask for trade permission — never withdrawal.

TVSBot is one option in category (c): it currently connects seven exchanges — Binance, OKX, Bybit, Bitget, Gate.io, BingX, and Hyperliquid (Hyperliquid perpetuals only — Hyperliquid has no spot market on TVSBot). It's non-custodial: you paste in your own API key, and every order is placed directly against the exchange's API with that key — TVSBot never takes custody of funds. Of the 15 exchanges in the table it doesn't cover BitMEX, HTX, Kraken, Coinbase, Crypto.com, Phemex, WOO X, KuCoin or MEXC, so if your exchange is one of those, you'll want a bridge built specifically for it.

Checklist before you connect any API key to a bridge

  • Trade permission only, withdrawal permission off. A signal bridge never needs to move funds out of your account — only to place orders. See our deeper walkthrough on scoping a Binance API key safely.
  • IP whitelist enabled, if the exchange supports it. Several exchanges (Binance, KuCoin) make this mandatory the moment withdrawal permission is on, and recommend it even for trade-only keys.
  • Confirmed the bridge is non-custodial — it relays your signal and calls the exchange API with your key, it never pools or holds your funds itself.
  • Checked the exchange's own help center directly, not just a third-party listicle — as this article shows, broker-integration and native-webhook features get conflated constantly.
  • Understood which market the webhook covers — no native example on this list documents spot support (five say futures/perp outright, Gate.io leaves it unstated), so don't assume spot is included.
  • Know how long an unused API key stays valid before the exchange auto-expires it (commonly 14–90 days without an IP whitelist, varies by exchange) so a dormant strategy doesn't silently stop working.

Frequently asked questions

Does Binance support TradingView webhooks for spot trading?
No. Binance's official Signal Trading with Webhook Integration, as of July 2026, states that only USDⓈ-M Futures users can access the feature — spot trading isn't part of it.
Which exchanges have genuine native TradingView webhook support in 2026?
Six, as of this check: Binance, OKX, Bybit, Bitget, Gate.io, and Phemex. Five of them state futures/perpetual only in their own docs; Gate.io doesn't state a market scope at all, though its setup guide points at perpetuals. None of the six documents spot support. Everything else commonly cited (BitMEX, HTX, Kraken, Coinbase Advanced, Crypto.com, WOO X, MEXC, KuCoin, Hyperliquid) only has a TradingView chart-trading broker connection, a third-party bridge, or neither.
Is KuCoin's TradingView integration a webhook?
No official KuCoin documentation describing a native webhook feature could be found as of this check. KuCoin's confirmed TradingView-related products are a chart-trading broker connection and a named third-party partner (Kryll) for importing strategies — neither is a webhook endpoint.
What's the difference between a TradingView broker integration and a webhook signal bot?
A broker integration (TradingView's Trading Panel) lets you click buy/sell manually from the chart after logging into your exchange account — there's no alert and no automation. A webhook signal bot receives a TradingView alert automatically and places the order without you clicking anything.
My exchange isn't one of the 6 with native webhook support — how do I automate TradingView alerts?
You'll need a third-party bridge that receives the TradingView webhook and calls your exchange's API using your own API key. Prioritize one that's non-custodial and only requests trade permission, never withdrawal.

Get started

Ready to ship what you just learned?

Already on one of the 7 exchanges TVSBot supports — Binance, OKX, Bybit, Bitget, Gate.io, BingX, or Hyperliquid? Connect your own API key and turn TradingView alerts into live orders, non-custodial from the first trade.

Start free