Simple, Transparent Pricing
Choose the plan that fits your business needs. All plans include access to the full unified API.
Standard
For brokers and technology companies getting started with unified trading API.
- Full unified API access
- MT4 + MT5 + cTrader + B2Trader support
- Real-time streaming
- Report sync to PostgreSQL
- Standard SLA
- Email support
Enterprise
For large-scale operations that need dedicated infrastructure, custom SLAs, and premium support.
- Everything in Standard
- Dedicated infrastructure
- Custom SLA
- Priority support
- Platform-specific Manager APIs
- Admin API access
- Onboarding assistance
Feature Comparison
| Feature | Standard | Enterprise |
|---|---|---|
| Unified API (Accounts, Balances, Orders, Positions, Deals) | ✓ | ✓ |
| Symbol & Tick Data | ✓ | ✓ |
| Group Management | ✓ | ✓ |
| Realtime Streaming | ✓ | ✓ |
| Report Service (PostgreSQL sync) | ✓ | ✓ |
| MT4 Manager API | — | ✓ |
| MT5 Manager API | — | ✓ |
| MT5 Admin API | — | ✓ |
| cTrader Manager API | — | ✓ |
| Dedicated Infrastructure | — | ✓ |
| Custom SLA | — | ✓ |
| Priority Support | — | ✓ |
| Onboarding Assistance | — | ✓ |
Calculate Your Savings
See how much time and cost WebAPI can save your team
Without WebAPI
3 × 3 mo × 3 devs × $8,000
With WebAPI
1 mo × 2 devs × $8,000
Estimates based on typical integration timelines
Frequently Asked Questions
WebAPI supports MetaTrader 4, MetaTrader 5, cTrader, and B2Trader. All four platforms are accessible through a single unified API.
WebAPI is hosted on AWS with enterprise-grade infrastructure, high availability, and auto-scaling capabilities.
WebAPI uses gRPC for all API communication, providing type-safe, high-performance, bidirectional streaming capabilities.
Yes. In addition to the unified API, WebAPI provides platform-specific Manager and Admin APIs for MT4, MT5, cTrader, and B2Trader for advanced operations not covered by the unified layer.
Contact our sales team to discuss your requirements and get access credentials. We'll help you integrate WebAPI into your infrastructure.
WebAPI uses Protocol Buffers (protobuf) over gRPC for all API communication. This provides strongly-typed contracts, automatic code generation in multiple languages, and significantly better performance compared to REST/JSON APIs.
Yes. WebAPI integrates with any system that supports gRPC. Client libraries can be auto-generated for Go, Python, Java, C#, Node.js, and more from our proto definitions.
WebAPI uses gRPC server-streaming. You subscribe to events (accounts, positions, orders, deals, ticks) with selectors (create, update, delete). Durable consumers allow resuming from a specific sequence number after disconnection.