This guide uses the accounts path (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.
/api/accounts/*). If you’re on the legacy /api/users/* path, see the legacy endpoints — they still work but won’t be shown here.
Prerequisites
Get your free API key at dashboard.predexon.com before starting.
Step 1: Create an account
Accounts are created empty — no venues are provisioned automatically.Python
Step 2: Enable a venue
CallPOST /enable for each venue the account should trade on. Returns status: "provisioning" while the wallet is being set up; poll Get Account until the venue’s status becomes active.
Python
predict or opinion as needed.
Step 3: Fund the wallet
Send the venue’s collateral token to the wallet address returned in Step 2.| Venue | Token | Chain | Contract |
|---|---|---|---|
| Polymarket | USDC.e | Polygon (137) | 0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174 |
| Predict | USDT (BEP-20) | BSC (56) | 0x55d398326f99059fF775485246999027B3197955 |
| Opinion | USDT (BEP-20) | BSC (56) | 0x55d398326f99059fF775485246999027B3197955 |
| Limitless | USDC (native) | Base (8453) | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 |
Step 4: Find a market
Get the venue-specific identifiers (tokenId, marketId, etc.) from the Data API.
Python
Step 5: Place an order
Identify the market with amarket bag. Required fields differ by venue — see Place Order for the per-venue matrix.
Python
market bag instead of a flat marketIdentifier, filled in place of sizeMatched, and a normalized status (open | filled | cancelled | expired | pending | failed).
Step 6: Check positions
Python
_meta with per-plane status. Use it to detect partial failures if one venue is temporarily unreachable.
Next Steps
Placing Trades
Order types, venues, and the full trading workflow
Funding & Withdrawals
Deposits, bridging, and withdrawals
Fees & Monetization
Set up partner fees to earn revenue
How It Works
Understand the custody and execution model
