The Plurex Platform API is designed to expose the full range of functionality available through the Plurex web application.Documentation Index
Fetch the complete documentation index at: https://docs.plurex.io/llms.txt
Use this file to discover all available pages before exploring further.
CQS Architecture
The API follows a Command & Query Separation (CQS) pattern:- Queries: Read-only operations used to fetch state. (e.g., listing venues, getting balances)
- Commands: State-changing operations used to perform actions. (e.g., submitting orders, creating accounts)
Key Modules
The Platform API is structured around several key functional areas:Venues
Explore available liquidity venues and their markets.
Hosts
Manage execution hosts (brokers), query wallets, positions, and orders.
Accounts
Programmatically manage your linked exchange accounts.
Paper Trading
Create and manage paper trading accounts for testing.