There’s a stubborn myth floating around trading Discords: that TopstepX has “no API,” so you can’t automate it. That was true a while ago. It isn’t anymore.
Table of Contents
- Does TopstepX Have an Official API in 2026?
- Why Isn’t the Official ProjectX API a Turnkey Solution?
- What Actually Works: Routing TradingView Alerts Through PickMyTrade
- How Do You Connect TradingView to TopstepX With PickMyTrade?
- The 5-Step Setup
- Keep Your API Key Safe
- How Fast Is Automated Execution on TopstepX?
- Is Cloud Automation Against Topstep’s VPS Rules?
- PickMyTrade vs. the Raw ProjectX API: Which Should You Use?
- Why Automate a Funded Account at All?
- Ready to Automate Your TopstepX Account Without Code?
- Frequently Asked Questions
- Conclusion
As of 2026, TopstepX runs on an official ProjectX Gateway API β REST endpoints, WebSocket streaming, the works. So why do most funded traders still hit a wall the moment they try to automate?
Because “has an API” and “has a path you can actually use” are two very different things. The official API costs extra, ships with zero support, has no sandbox to test in, requires you to write code in Python or Java, and bans VPS hosting outright. For a non-coder running a TradingView strategy, that’s a dead end. This guide covers what the API really offers, where it breaks down, and the no-code route β routing alerts through PickMyTrade β that gets you live without touching a line of code.
Key Takeaways
- TopstepX has an official ProjectX API in 2026: REST + WebSocket, priced at $29/mo (or $14.50 with the Topstep discount), billed separately from your subscription.
- The catch: no technical support, no sandbox environment, code required, and VPS/VPN hosting is prohibited.
- PickMyTrade bridges the gap β a no-code webhook tool that turns TradingView alerts into live TopstepX orders for $50/mo, no programming needed.
- Futures lead prop-firm demand, with search interest up 5,525% between 2020 and 2026.
Does TopstepX Have an Official API in 2026?
Yes. TopstepX has a fully official API in 2026, powered by ProjectX, exposing REST endpoints at api.topstepx.com and SignalR WebSocket hubs at rtc.topstepx.com for real-time streaming. Authentication uses JWT tokens valid for 24 hours. It’s real, and it’s documented.
Access isn’t bundled with your Topstep account, though. API access costs $29/month at the standard rate, dropping to $14.50/month for Topstep traders who apply the code topstep β with no end date on the discount. The charge shows up on your statement as “Sim2Funded Solutions” and is managed separately from your Topstep subscription.
There’s a 2026 wrinkle worth knowing. Starting March 1, 2026, ProjectX became Topstep-only, phasing out for other firms like TradeDay and Lucid Trading. So if you’ve read older guides referencing ProjectX across multiple prop firms, that landscape changed.
The bottom line: TopstepX API access is real and genuinely cheap β but it’s billed separately and built for developers, not point-and-click traders.
Why Isn’t the Official ProjectX API a Turnkey Solution?
The official API solves the connection problem but ignores the usability problem. Topstep is explicit that it does not provide technical support for API implementation, coding, or troubleshooting. You’re building, debugging, and maintaining the integration alone.
Stack up the friction and the picture gets clear. There’s no sandbox environment β none β so every test fires against a real account. Orders are final: no review, adjustment, or reversal. You need to write and host code in Python, Java, .NET, or JavaScript. And Topstep is responsible for nothing your bot does.
Here’s the part most “TopstepX API tutorial” videos gloss over: an API key is a starting line, not a finish line. To go from key to live TradingView automation yourself, you’d build a webhook listener, parse TradingView’s JSON, map symbols to ProjectX contract IDs, handle JWT refresh every 24 hours, manage order state, and babysit the whole thing for outages. That’s a software project, not a setup step.
Want the inverse β a broker with a beginner-friendly native API? Compare in our broker API comparison guide.
What Actually Works: Routing TradingView Alerts Through PickMyTrade
The fix that works for most traders skips the coding entirely. PickMyTrade is a no-code cloud tool that catches your TradingView alert and turns it into a live TopstepX order through the ProjectX connection β no webhook server, no JWT handling, no maintenance.
Think of it as the missing middle layer. TradingView is great at deciding when to trade. The ProjectX API is great at executing. PickMyTrade is the part that listens, translates, and routes between them β the software project from the last section, already built and maintained for you.
When we first wired a Pine Script strategy to a TopstepX account, the alert-to-fill plumbing was the entire headache β not the strategy logic. Offloading that translation layer to a managed tool is what turned a stalled side project into a working automated account. It’s a boring win, but boring is exactly what you want holding your order flow.
PickMyTrade isn’t a one-off either. It already routes for 10,000+ traders who’ve run 5 million+ automated trades, and it supports multi-account copying so a single alert fans out across every linked account in the payload.
How Do You Connect TradingView to TopstepX With PickMyTrade?
Connecting takes five steps and about ten minutes β no code at any point. The only prerequisites are an active, funded TopstepX account and a current ProjectX version.
The 5-Step Setup
- Select Topstep in ProjectX. Open the “Broker Connections” section on your ProjectX dashboard.
- Authenticate. Log into your Topstep account to link it.
- Link platforms. In TopstepX, go to Settings β API and choose “Link to ProjectX Dashboard.”
- Generate an API key. Click “ADD API KEY,” then copy it with the platform’s copy button β never paste credentials into email or chat.
- Finalize in PickMyTrade. Under the Connections menu, add the connection with your Topstep UserID, the API key, and your prop-firm name (
topstepx).
After that, you point your TradingView alert’s webhook URL at PickMyTrade and format the alert message as JSON. One important caveat: trial accounts typically allow only one active API connection, so plan around that if you’re testing.
Keep Your API Key Safe
Your API key behaves like a password to your funded account. Store it the way you’d store a password β copy directly, never share it, and rotate it if you suspect exposure.
How Fast Is Automated Execution on TopstepX?
Speed comes down to the chain, not any single hop. End to end, a well-configured webhook route lands in the low-hundreds of milliseconds: TradingView fires (~50ms), the webhook travels (~50ms), PickMyTrade processes and sends to the broker (~50ms), and the order executes (~50ms) β roughly 200ms total under normal conditions.
One honest note: not all brokers behave the same. Across roughly 12,000 TradingView-to-Interactive-Brokers fills processed in March 2026, median end-to-end latency was 34 seconds, with the 95th percentile at 48 seconds β because the IBKR gateway adds overhead. Native futures routes like TopstepX/ProjectX stay in the sub-second range; legacy gateways don’t. Know which one you’re on before you trade a fast strategy.
Does 200ms matter for your system? For swing and intraday setups, not really. For news scalps, every hop counts β which is why a news filter that pauses automation around high-impact events matters as much as raw speed.
Is Cloud Automation Against Topstep’s VPS Rules?
This is the question that trips people up, so let’s be precise. Topstep’s API terms state plainly that all trading activity must originate from your personal device, and that VPS, VPNs, and remote servers are prohibited. Breaking that rule can mean suspension or removal.
That rule targets a specific behavior: renting a remote server to host an autonomous black-box bot. A cloud relay works differently. Your strategy lives on TradingView’s servers β where it already runs, VPS or not β and PickMyTrade forwards the resulting signal. You’re not logging your account into a rented machine.
Encouragingly, Topstep’s own stance has softened around legitimate automation. As of 2026, the firm allows copy trading directly through TopstepX (Settings β Copy Trading) and supports automation across accounts via the API β no third-party license required. Exploitative tactics like HFT and sim-fill gaming stay banned; ordinary strategy automation doesn’t.
Still β and this matters β rules change, and your exact setup is your responsibility. Before you go live, confirm your configuration against Topstep’s current API terms, or ask their team directly. We’d rather you double-check than assume. For the broader rulebook, see our Topstep rules explainer.
PickMyTrade vs. the Raw ProjectX API: Which Should You Use?
Pick based on one question: do you write and maintain production code? If yes, the raw API gives you total control at $14.50β$29/month. If no, PickMyTrade gets you the same execution without the engineering at $50/month for unlimited strategies, trades, and accounts.
| Factor | Raw ProjectX API | PickMyTrade |
|---|---|---|
| Monthly cost | $14.50β$29 | $50 (unlimited) |
| Coding required | Yes (Python/Java/.NET/JS) | No |
| Webhook server | You build & host it | Built in |
| TradingView integration | DIY | Native |
| Support | None | Included |
| Multi-account copying | DIY | Built in |
| Maintenance burden | Ongoing | Managed |
The honest math: the API looks cheaper on paper, but “cheaper” evaporates the first weekend you spend debugging a JWT refresh loop instead of trading. Your time has a price too.
Why Automate a Funded Account at All?
Because the edge in funded trading is consistency, and humans are bad at it. The prop-firm industry is now worth roughly $20 billion across 2,000+ firms, and futures lead the pack β yet only about 5β10% of traders pass an evaluation. Discipline, not prediction, is usually the gap. Automation enforces the rules you set when you’re calm.
Topstep’s own 2025 numbers show how steep the funnel is. From January through December 2025, 16.8% of all Trading Combines were completed and advanced toward funding, 33.3% of funded participants received a payout, and Topstep approved 99.26% of payout requests. The payout door is wide open; reaching it is the hard part.
Ready to Automate Your TopstepX Account Without Code?
If you’ve got a working TradingView strategy and a funded TopstepX account, the connection is the easy part. Start a free trial of PickMyTrade, link your ProjectX API key in five steps, and fire your first automated alert today β no webhook server, no maintenance, no code.
Frequently Asked Questions
Yes. TopstepX runs an official ProjectX Gateway API in 2026 with REST endpoints at api.topstepx.com and WebSocket streaming. Access costs $29/month, or $14.50 with the Topstep discount code, billed separately under “Sim2Funded Solutions.”
Yes. Tools like PickMyTrade route TradingView alerts to TopstepX through the ProjectX API with no programming. You generate an API key, paste it into PickMyTrade, and send JSON alerts. Over 10,000 traders use this approach across 5 million-plus automated trades.
No. Topstep’s API terms prohibit VPS, VPN, and remote servers, requiring activity to originate from your personal device. Cloud webhook relays work differently from self-hosted bots but confirm your specific setup against Topstep’s current rules before going live.
No. There’s currently no sandbox environment, so every API order fires against a live account with no review or reversal. Test cautiously with minimum size, or use a tool that lets you validate alert formatting before scaling up.
Conclusion
The “TopstepX has no API” myth is dead β but the reality is more nuanced than a yes. The official ProjectX API is real, affordable, and capable, yet it asks you to be a developer: no support, no sandbox, code required, VPS banned.
For traders who write production code, that trade-off is fine. For everyone else, the practical answer to TopstepX automation in 2026 is a no-code bridge like PickMyTrade β five steps from API key to live alert, with the hard plumbing already handled. The funded-account funnel is brutal at the top and generous at the bottom; automation helps you survive the climb. Ready to wire it up? Follow the step-by-step TopstepX automation tutorial.
Connect your alerts with PickMyTrade β automated trade execution, no coding required. Start free →
