Which Exchanges Accept TradingView Webhook Signals?
The Honest 2026 List
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 URL | The exchange itself | No webhook exists | The bridge service |
| Alert → automatic order? | |||
| Needs a paid TradingView plan | Yes — webhook alerts need Essential or above | No — free plan works | Yes — the webhook itself is a TradingView paid feature, regardless of which bridge you pick |
| Example | Binance Signal Trading, OKX Signal Bot | BitMEX /tradingview page, MEXC's chart panel | TVSBot, WunderTrading, 3Commas |
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.
| Exchange | Native webhook? | What it's called | Market scope | Key limits |
|---|---|---|---|---|
| Binance | Yes | Signal Trading with Webhook Integration | USDⓈ-M Futures only | Paid TradingView tier required; max 100 active signals; auto-stops after 20 consecutive failed orders |
| OKX | Yes | Signal Bot | Perpetual swaps only | Paid TradingView tier required; third-party fixed-IP senders must pre-register with OKX support |
| Bybit | Yes | Webhook Signal Trading | Derivatives only (no spot) | Paid TradingView tier required; One-Way position mode only; max 30 webhook strategies per account |
| Bitget | Yes | Futures Signal Bot | USDT-M perpetual only | Paid TradingView tier required; market orders only, no limit orders; max 10 signals per user |
| Gate.io | Yes | Signal Bot | Perpetual — inferred, not stated in the docs | Web 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 |
| KuCoin | No official doc found | — | — | Only a Trading Panel broker connection and a third-party “API Broker Partner” (Kryll, strategy import) were found — no KuCoin-hosted webhook endpoint |
| MEXC | No | — | — | Official product is the chart-trading panel; MEXC's own blog describes webhook automation as something users build themselves against MEXC's API |
| HTX | No | — | — | Official partnership is described as TradingView “Broker” integration (Trading Panel), not a webhook product |
| Kraken | No | — | — | Kraken's own support page lists only third-party bot partners (3Commas, Bitsgap, and others) connecting via its general API |
| Coinbase Advanced | No | — | — | Has 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 Exchange | No | — | — | Official June 2026 announcement describes joining TradingView as a broker for on-chart trading, not a webhook product |
| BitMEX | No | — | — | Official 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 |
| Phemex | Yes | Signal Trading | Futures/perpetual only | Free to use; auto-generates a unique webhook link and message template per signal |
| WOO X | No | — | — | Official product is a Trading Panel upgrade; webhook automation is offered through a named third-party partner (WunderTrading), not a WOO X-hosted webhook |
| Hyperliquid | No | — | — | No 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.
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?
Which exchanges have genuine native TradingView webhook support in 2026?
Is KuCoin's TradingView integration a webhook?
What's the difference between a TradingView broker integration and a webhook signal bot?
My exchange isn't one of the 6 with native webhook support — how do I automate TradingView alerts?
Get started
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