Key Benefits
Account Agnostic
Focus on the “what” and “why” of your trade. The protocol handles the “how” across different accounts and venues.
Ergonomic Design
Simple, intuitive message structures designed for developers and traders alike.
Scalable Execution
From single entry/exit to complex multi-level take profits and trailing stops.
Risk Orchestration
Built-in support for sophisticated risk management and execution strategies.
Core Concepts
The Protocols API revolves around sending high-level intents that the Plurex engine translates into specific exchange actions. While we are starting with Signal-based trading, we will be expanding our protocol suite to include Asset Baskets and other sophisticated trading instruments in the future.Signal Protocol (Current)
Instead of managing individual orders, you send Signal Messages. These messages describe your desired state (e.g., “Open a Long on BTC-USD with 2% risk”) rather than specific limit orders.Strategy Flexibility
The protocol supports various entry and exit strategies:- Entries
- Exits
- Sizing
Support for Immediate execution or Market Trailing confirmation to optimize your entry price.
Next Steps
Explore the available signal messages and start orchestrating your trading strategy.Send Messages
Learn how to send batches of signal messages to your endpoints.
Entry Open
Detailed reference for opening new trading entries.
Exit Management
Learn how to manage your stop loss and take profit conditions.