Skip to main content

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.

Use the Trading API to create managed accounts, fund venues, place orders, route orders across venues, monitor positions, and configure partner fees.
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

  1. Create an account with POST /api/accounts/create.
  2. Enable one or more venues with POST /api/accounts/{accountId}/enable.
  3. Fund the account deposit wallet, then move funds with POST /api/accounts/{accountId}/transfers.
  4. Trade a specific venue with POST /api/accounts/{accountId}/orders, or trade a canonical outcome with POST /api/accounts/{accountId}/router/orders.
  5. Monitor orders and positions with the relevant account or router endpoints.

Account Limits

Each API key can create accounts up to its plan limit.
TierAccount limit
Free5
Dev50
Pro1,000
EnterpriseCustom

Guides

If you want a walkthrough instead of endpoint reference, use the guide pages in the Docs 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.