Skip to content

Simple, Transparent Pricing

Choose the plan that fits your business needs. All plans include access to the full unified API.

Standard

Contact Sales

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
Contact Sales

Feature Comparison

FeatureStandardEnterprise
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

$216,000

3 × 3 mo × 3 devs × $8,000

With WebAPI

$16,000

1 mo × 2 devs × $8,000

Total savings:$200,0008 months faster to market

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.