Mirror trades across unlimited accounts with one API call. Built for prop firm scaling.
Building a trade copier from scratch means solving pub/sub, order sizing, failure retry, and risk management for every broker you support. Our trade copier API gives you all of that infrastructure as a service — just make an HTTP request and we handle the rest.
Create a copy group via API, add leader and follower accounts, and every trade on the leader is mirrored automatically. Scale from one account to one hundred without writing a single line of infrastructure code. The API supports market orders, limit orders, stop orders, and full bracket orders with take-profit and stop-loss.
Each follower account can have its own copy ratio, risk limits, and maximum quantity constraints. If your leader buys 5 NQ contracts, you can configure Follower A to copy at 100% (5 contracts), Follower B at 50% (2 contracts), and Follower C at 200% (10 contracts). All of this is configurable through simple REST endpoints.
When something goes wrong, the API handles it gracefully. Network timeouts trigger automatic retry with exponential backoff. Broker rejections are logged and surfaced via webhook so your system knows immediately. Daily loss limits and profit targets are enforced at the broker level before every copied order, protecting your accounts from runaway trades.