Overview
Predexon Trading API manages wallets on behalf of users. Instead of requiring users to handle private keys, manage transaction fees, or sign transactions, the API handles all of this automatically.Simplified Integration
No wallet SDKs or key management needed in your application
No Gas Management
All transaction fees are handled by the platform
Secure Key Management
Private keys are securely managed - you never handle them
How It Works
- Your Application calls the Predexon Trading API
- Predexon API manages user wallets and executes trades
- Venues settle transactions on their respective blockchains (Polygon for Polymarket, BSC for Predict)
Wallet Management
When you create a user, the API generates managed wallets for each venue:| Venue | Deposit Address | Blockchain | Collateral |
|---|---|---|---|
| Polymarket | polymarketWalletAddress | Polygon | USDC.e |
| Predict | predictWalletAddress | BSC | USDT (BEP-20) |
Key Security
Private keys are managed by Turnkey, a secure, hardware-backed key management infrastructure:- Predexon never has access to private keys - keys are generated and stored in Turnkey’s secure environment
- Hardware-backed security - keys never leave secure enclaves
- No key management in your app - all signing happens server-side
Order Execution
Both venues use an orderbook model with limit and market orders. Order Types:- Limit Orders: Placed on the orderbook at a specific price, wait for a counterparty
- Market Orders: Execute immediately at the best available price
- Orders can be partially filled
- Open orders can be cancelled
open, filled, cancelled, and expired. Orders may briefly show pending as a transitional state before reaching a terminal status.
| Polymarket | Predict.fun | |
|---|---|---|
| Transaction fees | Handled by the platform | Handled by the platform |
| Fees | Optional partner fee | Exchange fee that varies by market (automatic) |
Position Lifecycle
Positions move through three stages:Redeemable
Winning positions can be redeemed via the Redeem endpoint. Returns USDC.e (Polymarket) or USDT (Predict).
Security Model
Each API key can only access users it created. Attempting to access another API key’s users returns403 Forbidden.
Comparison to Self-Custody
| Feature | Predexon | Self-Custody |
|---|---|---|
| Key management | Handled by API | You manage |
| Transaction fees | Handled by the platform | You pay |
| Integration complexity | REST API calls | Wallet SDKs + signing |
| Multi-chain support | Unified API | Separate integrations |
| Withdrawal | API call | Direct blockchain tx |
Best Practices
Next Steps
Funding & Withdrawals
Deposit funds into your trading wallet
Placing Trades
Order types, venues, and the full trading workflow
Fees & Monetization
Set up partner fees to earn revenue
