eToro, Robinhood, Trading 212 Bots: Why None Allow It, What To Use Instead
Honest 2026 breakdown of why eToro, Robinhood, and Trading 212 do not allow trading bots, plus the legitimate Alpaca and Capital.com automation paths.

Every week someone shows up in our Discord asking the same question. "How do I run a trading bot on my eToro account?" Or Robinhood. Or Trading 212. Or DEGIRO. The honest answer is the one nobody selling a course wants to give you: you cannot, not in any way that is legitimate and durable. None of these brokers expose a public auto-trading API in 2026. The unofficial routes get accounts closed and funds frozen.
I have been running automated trading systems since 2017 and shipped live broker integrations through SignalPipe, the webhook execution engine we built at Block Research because the off-the-shelf options kept breaking in predictable ways. This article is what I would tell a friend who walked up to me at a meetup and asked "can I just bot my eToro account." Founder POV, no affiliate fluff, no sales-y dance around the answer.
Last reviewed: 2026-05-11. Broker API policies, terms of service, and product availability change. Always verify directly with the broker before assuming anything in this article still holds.
TL;DR for anyone scanning
Can you run a trading bot on eToro, Robinhood, Trading 212, or DEGIRO in 2026? No. None of these brokers expose a public auto-trading API. eToro has a partner-only API for institutional and select copy-trading flows. Robinhood has unofficial, unsupported endpoints that violate their terms of service. Trading 212 has no public API at all. DEGIRO explicitly forbids automated access in its terms.
Any tool that promises to bot any of these accounts is doing one of three things: scraping the broker's web UI (fragile, account-closing risk), pretending to bot it while actually running on a different broker, or operating in legal grey area against the broker's terms of service. None of those are paths I would put real money behind.
The legitimate path in 2026 is to use a broker that explicitly supports automation. For US stocks and options, that is Alpaca, with a clean REST API and free paper trading. For European CFDs, FX, indices, and crypto-CFDs, that is Capital.com, with a public REST API and full webhook support. Both are covered in detail in our Alpaca webhook guide and our Capital.com bot guide. The execution layer that wires TradingView or any other signal source to either broker is SignalPipe, bundled with our vyn premium strategy.
If you came here looking for an eToro bot, the rest of this article explains why you should change your broker, not your bot.
eToro: does it allow trading bots in 2026?
No, eToro does not allow third-party trading bots on retail accounts in 2026. There is no public REST API a retail user can sign up for. There is no documented webhook receiver. There is no native auto-trading rule builder beyond CopyTrader, which is a different product entirely.
What eToro actually offers
eToro has an "eToro for Developers" portal that surfaces partner APIs for institutional partners, fintech apps integrating eToro flows, and limited copy-trading data feeds. Access is gated, requires a business relationship, and is not available to a retail trader who wants to run their personal bot.
The eToro retail product is built around CopyTrader and Smart Portfolios. CopyTrader lets you allocate a portion of your equity to mirror another trader's positions automatically. Smart Portfolios are thematic, eToro-managed baskets. Both are eToro's own form of "automation", but neither lets you plug in your own Pine Script strategy or your own signal logic. You are renting someone else's discretion.
Why the unofficial route is a bad idea
Search long enough and you find GitHub projects that promise to bot eToro by automating the web UI with your password and a headless browser. These tools violate eToro's TOS explicitly. eToro can and does close accounts that fail liveness checks or trip fraud detection. Routing real capital through one of these tools means you are one broker decision away from losing access to your funds.
Even if eToro never noticed, the architecture is fragile. A UI change breaks the bot overnight. A new captcha breaks it. A new device-fingerprinting check breaks it. Not a system I would build a strategy on.
What to do if you came for eToro
If the appeal was copy trading, I will say something uncomfortable below in the migration scenarios. If the appeal was CFD exposure on indices, FX, or crypto-CFDs, the right broker is Capital.com, which has the actual API. If the appeal was just having a familiar name to trade, that is not a reason to pick infrastructure. Pick the broker that lets you do what you actually need.
Robinhood: does it allow trading bots in 2026?
No, Robinhood does not officially allow third-party trading bots in 2026. There is no public, documented Robinhood API for retail users. What exists is a set of undocumented endpoints that the official Robinhood mobile and web apps use, which various open-source projects have reverse-engineered into Python libraries.
The unofficial API situation
Libraries like robin_stocks and similar Python wrappers exist. They work, sometimes. They are also a textbook violation of Robinhood's terms of service. Robinhood's TOS explicitly prohibits accessing the service through any means other than the official interfaces. They have tightened these endpoints multiple times across 2024 and 2025, breaking community libraries each time.
Three real risks if you use these:
- Account closure. Robinhood can and does close accounts that they detect making automated API calls outside the official app. Once closed, your funds are returned via ACH but the process can take weeks. Any open positions get liquidated at the broker's discretion, not yours.
- Authentication breakage. Robinhood rotates their auth flow regularly. A bot that worked yesterday returns 401 today. You are now manually re-authenticating on a schedule that defeats the point of automation.
- No support recourse. If something goes wrong, an order doubles up, a position is wrong, a fill is at a price you do not understand, Robinhood support has zero obligation to help you because you were violating TOS at the moment of the issue.
Why people still ask about it
Robinhood became a household name in 2020 and the marketing equity is real. People who started trading on Robinhood ask "how do I bot Robinhood" because that is the platform they know, not because Robinhood is the best venue for automation. It is not.
What to do if you came for Robinhood
If you want US stocks plus fractional shares plus a clean API plus paper trading plus actual support, the answer is Alpaca. Same instrument universe (US-listed equities and ETFs), commission-free, with the additional feature that automated trading is a first-class use case rather than a TOS violation. The migration is straightforward if your strategy is real.
Trading 212: does it allow trading bots in 2026?
No, Trading 212 does not allow third-party trading bots in 2026. There is no public API at all. There is no developer portal. There are no webhooks. Trading 212 has consistently been one of the more locked-down retail platforms when it comes to programmatic access.
What Trading 212 offers natively
Trading 212 has "AutoInvest" pies, which let you set up recurring contributions across a basket of stocks or ETFs at fixed weights. That is automation in the loose sense (you do not click a button every month) but it is dollar-cost averaging, not strategy execution. There is no condition logic. You cannot say "buy SPY when the 50-day moving average crosses the 200-day". You can only say "every month, allocate this much across these instruments". Useful for passive investing, not useful for a bot.
The unofficial API problem
The Trading 212 community has tried multiple times to reverse-engineer the app's network calls. The platform is aggressive about blocking: certificate pinning on mobile, frequent endpoint changes, fingerprinting. A community Python library exists in a permanent state of "broken last week, fixed, broken again". Not something to build real capital on.
What to do if you came for Trading 212
If the appeal was the European-friendly CFD product, the answer is Capital.com. Both are UK and EU regulated, both offer CFD exposure to similar instrument universes, but Capital.com has an actual REST API. If the appeal was the commission-free European stock product specifically, your closest legitimate alternative is Interactive Brokers, which has a real API but a steeper learning curve and is built for a different kind of user.
DEGIRO: does it allow trading bots in 2026?
No, DEGIRO does not allow third-party trading bots in 2026. DEGIRO's terms of service explicitly prohibit automated access to the platform. There is no public API. There is no developer documentation. The platform is built around manual retail and longer-horizon investing.
DEGIRO is regulated in the Netherlands and offers competitive pricing on European stocks and ETFs, which is why it gets brought up in the bot conversation. The honest answer for an automation user: this is not your broker. DEGIRO is excellent for a buy-and-hold investor who wants cheap access to European listings. It is not designed for automated trading and trying to force it is going to end in either nothing working or an account flag.
If you need European stock automation, Interactive Brokers is the closest legitimate option. If you need EU CFDs, FX, indices, or crypto-CFDs, Capital.com is the cleaner choice.
The alternatives, the brokers that actually support automation
Three legitimate paths in 2026, depending on what you actually want to trade.
Alpaca: US stocks and options with a real API
Alpaca is a US broker built around the API as the primary interface. The web dashboard is secondary. Paper trading mirrors live execution. Fractional shares work. Commission-free. The API documentation is genuinely good and the rate limits are generous for retail use.
What Alpaca gets right for bot users:
- Public REST API, no partner program needed.
- Separate paper and live API key environments.
- TradingView webhook integration is a documented use case.
- Free paper trading without a deposit.
- Real customer support that understands you are running automation.
What Alpaca leaves you to handle: the PDT rule on accounts under $25,000, fractional-share order-type constraints, market-hours gating for time-in-force decisions, and the strategy itself. We covered the full setup in Building an Alpaca Webhook Trading Bot, including the three reasons most retail stock bots die in three months.
If you wanted Robinhood, this is your migration target.
Capital.com: European CFDs, FX, indices, crypto-CFDs
Capital.com has a public REST API that authenticated account holders can use. The instrument universe is wide: CFD on equities, indices, FX pairs, commodities, and crypto. The API supports webhook-based flows cleanly. Available across most of Europe, the UK, and the Middle East. Not available in the US.
What Capital.com gets right for bot users:
- Public REST API, no partner program needed.
- TradingView Pine Script alerts can drive orders via a webhook bridge.
- Spread-based pricing, no per-trade commission on most instruments.
- Demo account with realistic execution behavior.
What Capital.com leaves you to handle: leverage is real and dangerous (do not assume automation makes leverage safer), CFDs are not the same as owning the underlying asset, and overnight financing costs affect any strategy that holds positions across days. Full setup is in our Capital.com trading bot guide.
If you wanted eToro CFDs or Trading 212 CFDs, this is your migration target.
3Commas: crypto on real exchanges
If your interest was crypto via these consumer brokers, the right venue is a real crypto exchange (Binance, Coinbase, Kraken, OKX, Bybit) plus a bot platform like 3Commas, Pionex, or Cryptohopper. We covered the full landscape in Best Crypto Trading Bots 2026, including which platforms are honest about their performance and which are not. The short version: for a DCA strategy, 3Commas is the most battle-tested option and the one we route to from SignalPipe. The deeper architecture conversation lives in our DCA bot strategy breakdown.
SignalPipe plus vyn premium: strategy and execution combined
SignalPipe is the webhook execution engine we built to bridge TradingView (or any signal source) to Alpaca, Capital.com, or 3Commas. It solves the 3-second webhook invariant, idempotent retries, position reconciliation, and audit logging that most DIY setups get wrong. It costs $29 per month standalone and is included with vyn premium.
vyn premium is the layer on top: a researched mean-reversion plus volatility-adaptive DCA strategy with Smart Safety Orders, executing through SignalPipe. The strategy is the thing most users actually lack when they come asking about bots. A bot that runs a bad strategy is just an automated way to lose money faster. vyn premium is the path if you want the strategy and execution bundled into a working system rather than a kit you assemble.
If you have never run a bot before, start with the free tier first. BlockAlgo Flex is included automatically with every app-web account at no cost. Evaluate on TradingView for at least four weeks before you spend money on any infrastructure layer.
Migration scenarios, picked by what you actually want
Three real scenarios, three honest answers.
"I want US stock exposure like Robinhood, with automation"
Open an Alpaca account. Use the paper environment to validate your strategy. Pick a webhook bridge: a self-hosted Flask receiver, a Tier-2 SaaS bridge like TradersPost, or SignalPipe. Wire your TradingView Pine Script alerts to the bridge. Run on paper for two weeks. Move to live with one-tenth of your intended capital for the first month. Read the full sequence in our Alpaca webhook trading bot guide, including the PDT rule that has ended more retail stock bots than any strategy bug.
The migration cost from Robinhood to Alpaca is mostly the time to fund a new account. Both are US brokers, both offer commission-free trading, both support fractional shares. Alpaca additionally treats your automation as a feature, not a TOS violation.
"I want CFD exposure like eToro or Trading 212, with automation"
Open a Capital.com account. Get a REST API key. Set up a webhook bridge, same options as above. Run on the Capital.com demo account for two to four weeks. Watch how it handles weekends, news events, and partial fills. Full setup is documented in our Capital.com trading bot guide.
The instrument universe is similar to what eToro and Trading 212 offer on the CFD side: indices, FX, commodities, equity-CFDs, crypto-CFDs. Pricing is spread-based, so the cost structure is comparable. The critical difference is that automation is a first-class use case on Capital.com.
"I want copy trading like eToro"
This is the scenario where I have to say something the eToro marketing does not want said. Multiple academic studies, including data eToro itself has published in regulatory filings, show that the majority of CopyTrader users lose money over twelve-month windows. The widely-cited figure is around 80 percent loss rate among retail CFD copy traders. The lead copier earning the headline 200 percent return one year is rarely the same person in the top decile the following year. Survivorship bias is rampant.
Copy trading is not a path to consistent returns. It is a path to feeling like you are part of a community while paying spread and overnight financing on someone else's discretionary decisions. If what you actually want is to remove your own discretion from execution, the answer is a tested strategy plus automated execution. Not copy trading. Not someone else's discretion. A rule-driven system you understand. That is what we built vyn premium and BlockAlgo Flex to be.
FAQ
Q: Can I run a trading bot on eToro in 2026? A: No. eToro does not expose a public auto-trading API for retail users. The "eToro for Developers" portal is partner-gated and not available to individual traders. The only native automation eToro offers is CopyTrader (mirroring another trader) and Smart Portfolios (their managed baskets), neither of which executes your own strategy logic.
Q: Can I run a trading bot on Robinhood in 2026?
A: No. Robinhood has no public API. Unofficial libraries like robin_stocks exist but using them violates Robinhood's terms of service. The risks are account closure, funds returned via ACH after weeks of delay, and zero support recourse if something goes wrong. If you want US stock automation, use Alpaca instead.
Q: Can I run a trading bot on Trading 212 in 2026? A: No. Trading 212 has no public API and uses aggressive certificate pinning to prevent reverse engineering. The closest native feature is AutoInvest pies, which is recurring DCA across a fixed basket, not strategy execution. For European CFD automation, use Capital.com instead.
Q: Can I run a trading bot on DEGIRO in 2026? A: No. DEGIRO's terms of service explicitly prohibit automated access. DEGIRO is built for buy-and-hold European investing, not for automated trading. The closest legitimate alternative for European stock automation is Interactive Brokers. For EU CFDs, use Capital.com.
Q: Which brokers actually allow trading bots in 2026? A: The major retail-friendly brokers with public APIs that support automation are Alpaca (US stocks and options), Capital.com (EU CFDs, FX, indices, crypto-CFDs), Interactive Brokers (multi-asset, more complex), OANDA (FX), and several MetaTrader-based brokers via Expert Advisors. For crypto, real exchanges like Binance, Coinbase, Kraken, and OKX all expose public APIs.
Q: Is Alpaca a real Robinhood alternative for bot users? A: Yes, with feature parity on the things that matter for automation. Both are US-regulated, both offer commission-free US equity trading, both support fractional shares. Alpaca additionally offers a public REST API, separate paper and live environments, and treats bot use as a documented feature. The PDT rule applies on both because it is FINRA-enforced, not a broker choice.
Q: Can I run an eToro bot through a Chrome extension? A: Technically possible, fundamentally a bad idea. Chrome extensions that automate the eToro web UI violate eToro's terms of service the same way headless browser bots do. They trip fraud detection and put your funds at account-closure risk. Do not run real capital through this kind of tool.
Q: What is the European equivalent of Alpaca? A: There is no exact match. Alpaca's combination (commission-free US equities, public API, paper trading, retail-friendly) has no direct European twin in 2026. The closest European broker with a public API for automation is Capital.com, but it is a CFD broker rather than a cash-equity broker. Interactive Brokers offers cash European equities via API but has a much steeper learning curve.
Q: Are unofficial Robinhood API libraries legal? A: Using the libraries is not illegal in most jurisdictions, but using them against your Robinhood account violates the TOS, which Robinhood enforces by closing accounts. If you get caught, you lose access to your funds for the time it takes Robinhood to liquidate and ACH them back to you.
Q: Why does eToro CopyTrader feel like a bot? A: It is automation in the sense that you do not click buttons, but decisions are made by another human (the lead trader), not your own strategy logic. The ~80 percent retail CFD loss rate applies to lead traders as well, which is why CopyTrader performance is so unreliable over multi-month windows.
Q: Is it safe to share my Robinhood password with a bot? A: No. Any tool that asks for your Robinhood username and password is asking for full credentials to a brokerage account. Legitimate brokers use scoped API keys specifically to avoid this. Password-based access is a red flag.
Q: Can SignalPipe connect to eToro, Robinhood, or Trading 212? A: No, because none of those brokers expose a public auto-trading API. SignalPipe connects to brokers that do: Alpaca for US stocks, Capital.com for European CFDs, and 3Commas for crypto exchanges. We do not integrate with brokers whose terms forbid automation.
Q: What about MetaTrader brokers for European users? A: MetaTrader (MT4 and MT5) is a real path for European automation, supported by IC Markets, Pepperstone, FxPro, and others. You run an Expert Advisor inside the MetaTrader terminal rather than receiving webhooks server-side. SignalPipe does not currently support MetaTrader (on the roadmap). Capital.com is the cleaner path if you want webhook-based automation without running a terminal.
Q: I just want to copy a successful trader, is that wrong? A: Not wrong, just statistically unreliable. Broker-disclosed CFD loss rates consistently show that the majority of retail copy traders lose money over twelve-month windows. If the appeal is "I do not want to think about my strategy", vyn premium is the path that ships a researched strategy you do not have to invent.
Q: Can I run a Trading 212 bot through automation tools like Zapier or Make? A: No. Zapier and Make cannot drive a Trading 212 account because there is no API to drive. They could drive a headless browser session against the web app, but that is the same TOS-violating route with the same account-closure risks.
Q: Can you make $100 a day with Bitcoin? A: Mathematically yes, realistically only with serious capital and a tested edge. $100/day is ~36% annualized on a $100k book, which is a strong year for most strategies, not a baseline. Anyone selling a bot that promises $100/day on a $1k account is selling a lottery ticket, not a strategy. If you want to see what realistic crypto bot performance looks like with full drawdown history, the vyn premium backtests are public.
The honest take
The brokers people most associate with retail trading (eToro, Robinhood, Trading 212, DEGIRO) are not the right venues for automation. Not because the brokers are bad, but because their product design is around the manual, discretionary, social-trading experience. Their TOS reflects that. Trying to force a bot onto an account designed for manual use is a fight you do not win long term.
The brokers that are designed for automation (Alpaca, Capital.com, Interactive Brokers, OANDA) are different products built for a different user. Same regulators in many cases. Same instrument universes in some cases. Different product philosophy. The API is treated as the primary interface, not a hostile reverse-engineering target.
The legitimate path is to pick the broker that explicitly supports what you are doing. For US stocks with automation, that is Alpaca. For European CFDs with automation, that is Capital.com. For crypto with automation, that is a real exchange plus 3Commas or similar, see Best Crypto Trading Bots 2026. The execution glue across all of these is SignalPipe, and the strategy on top is vyn premium. Free entry path is BlockAlgo Flex, included with every app-web account.
If you came here hoping I would point you at a tool that bots your eToro account, sorry. That tool either does not exist or it exists and will eventually cost you the account. The right move is to change brokers, not to bend the rules of the broker you have.
Trading carries risk. Past performance does not predict future results. Nothing in this article is financial advice, it is what I have learned from running automated systems for nine years across crypto, equities, and CFDs. Size positions so a bad month does not break you. Use the demo or paper account longer than you think you need to. If you want to talk through your specific setup before you build, our Discord is open to anyone running real money.
So what is your strategy? If you cannot answer in one sentence, that is where to start, not the broker.
Timo from blockresearch.ai
Founder of Block Research. Running automated trading systems on personal and company capital since 2017, three full crypto cycles of live execution. Author of Smart Safety Orders (volatility-adaptive DCA), the mean-reversion entries inside vyn premium, and the 3-second webhook response invariant inside SignalPipe. We ship the same strategies we run on our own money.