TRADINGVIEW WEBHOOK AUTOMATION

TradingView to Coinbase automation

Turn TradingView strategy alerts into real Coinbase orders on Spot — through the Coinbase API, with no code, no server of your own and no API keys in your alerts.

WHAT IS SUPPORTED

Coinbase with TradeAdapter

Markets

Spot.

TradingView alerts

Strategy alerts from your TradingView scripts, sent by webhook.

API key

Coinbase Advanced Trade keys are created in the Coinbase Developer Platform, not in the trading screen: open API Keys, create a Secret API key with the Trade permission and set its signature algorithm to ECDSA. Leave withdrawal and transfer permissions off.

ORDER MANAGEMENT

What you can automate on Coinbase

Stop loss / Take profit

All supported Coinbase markets.

Position close

All supported Coinbase markets.

TradingView sync

All supported Coinbase markets.

Percent-of-balance sizing

All supported Coinbase markets.

Execution tracking

All supported Coinbase markets.

HOW IT WORKS

Connect TradingView to Coinbase in three steps

Save it under My Brokers

Save the key under My Brokers and create a Strategy: market, ticker, order type and quantity are set once there.

FAQ

TradingView to Coinbase questions

Yes. TradeAdapter receives your TradingView alert by webhook and places the order on Coinbase through its API. It supports strategy alerts on Coinbase Spot.

Spot. The symbols available in each market are listed in the TradeAdapter documentation.

Coinbase Advanced Trade keys are created in the Coinbase Developer Platform, not in the trading screen: open API Keys, create a Secret API key with the Trade permission and set its signature algorithm to ECDSA. Leave withdrawal and transfer permissions off.

No. You save the Coinbase API key once under My Brokers and create a Strategy there with the market, ticker, order type and quantity. The TradingView alert only names that Strategy, so no key travels in an alert.

No. TradingView sends the alert from its servers and TradeAdapter places the order on Coinbase, so your browser and computer can be closed. You need a TradingView plan that includes webhook alerts.

It was most likely created with Ed25519, which Coinbase recommends and may preselect. TradeAdapter signs Coinbase requests with ES256, which only accepts an ECDSA key, so create a new Secret API key with ECDSA selected.