Full API for Custom Development
Build your own copy trading experience with complete control. REST API for standard operations, gRPC for high-performance real-time streaming.
Launch copy trading in days, not months. Embed widgets with zero code, integrate via API, or use pre-built CRM connectors — your infrastructure stays unchanged.
Build your own copy trading experience with complete control. REST API for standard operations, gRPC for high-performance real-time streaming.
// Authentication with JWTconst response = await fetch('https://api.b2copy.com/auth/token',{method: 'POST',headers: {'Content-Type': 'application/json'},body: JSON.stringify({external_token: jwtToken})});const { accessToken } = await response.json();// List accountsconst accounts = await fetch('https://api.b2copy.com/accounts',{headers: {'Authorization': `Bearer ${accessToken}`}});
Configure every aspect of B2COPY from the admin panel — no code changes needed
Control what clients see in their interface. Show or hide leaderboard columns, statistics, trading reports, fee details, and subscription options.
Match B2COPY to your brand identity. Custom colors, logos, and themes — your clients see your brand, not ours.
Set up 6 different fee types: performance, management, subscription, volume, entry, and exit fees. Configure formulas, periods, and calculation methods.
Configure default visibility, position settings, symbol mapping, and account groups. Control what masters and investors can do.
Set broker-controlled risk limits for masters: daily loss %, fixed daily loss, max loss, max drawdown. Protect your platform reputation.
Native integrations with major CRM platforms. Enable B2COPY features directly in your existing client portal.
Works with all major trading platforms used by FX & CFD brokers worldwide
No changes to your trading servers. No infrastructure overhead. Just plug in and grow.