Use the Trading API to create managed accounts, fund venues, place orders, route orders across venues, monitor positions, and configure partner fees.Documentation Index
Fetch the complete documentation index at: https://docs.predexon.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL:
https://trade.predexon.comAll Trading API endpoints authenticate with the x-api-key header.Core Sections
Accounts
Create accounts, enable venues, inspect balances, positions, and account state.
Funding & Transfers
Deposit wallet details, internal venue funding, drains, cross-token transfers, and withdrawal flows.
Venue Orders
Place, list, fetch, and cancel orders on a specific venue using venue-native market identifiers or
predexonId.Order Router
Beta endpoints to quote, place, inspect, cancel, and list routed orders by canonical
predexonId.Fees
Read and configure partner fee policy.
Legacy
Older
/api/users/* trading endpoints retained for existing integrations.Common Flow
- Create an account with
POST /api/accounts/create. - Enable one or more venues with
POST /api/accounts/{accountId}/enable. - Fund the account deposit wallet, then move funds with
POST /api/accounts/{accountId}/transfers. - Trade a specific venue with
POST /api/accounts/{accountId}/orders, or trade a canonical outcome withPOST /api/accounts/{accountId}/router/orders. - Monitor orders and positions with the relevant account or router endpoints.
Account Limits
Each API key can create accounts up to its plan limit.| Tier | Account limit |
|---|---|
| Free | 5 |
| Dev | 50 |
| Pro | 1,000 |
| Enterprise | Custom |
Guides
If you want a walkthrough instead of endpoint reference, use the guide pages in theDocs tab.
Trading Quickstart
Create an account, fund it, place an order, and check positions.
Order Router Guide
Learn how canonical market discovery connects to router quotes and routed orders.
Funding & Withdrawals
Understand deposit wallets, venue funding, drains, and external withdrawals.
Placing Trades
Learn venue-specific order identifiers, order types, and lifecycle behavior.
