United Market is a prediction market platform built on the Gnosis Conditional Tokens Framework. Users trade binary outcome tokens through a central limit order book and settle fills on-chain. These docs cover the public integration surface for partners, traders, market makers, and frontend clients.Documentation Index
Fetch the complete documentation index at: https://unitedmarket.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Base URLs
| Network | REST API | Socket.IO |
|---|---|---|
| Mainnet | https://backend.themarketunited.com | https://backend.themarketunited.com |
| Testnet | https://backend-develop.themarketunited.com | https://backend-develop.themarketunited.com |
Public API Surface
Use the backend API for public integrations. The backend is the supported gateway for market data, trading, order management, user authentication, and real-time events.| Area | Public Endpoints |
|---|---|
| Markets | Market discovery, market detail, orderbooks, tickers, price history, and trades |
| Orders | Signed order submission, cancellation, order listing, and order detail |
| Balances | Available collateral after open-order locks |
| Authentication | SIWE nonce, verification, and refresh |
| Discovery | Tags and market groups |
| Social & Profiles | Comments, user search, public profiles |
| Leaderboard | PnL leaderboard and user PnL history |
| Realtime | Socket.IO market rooms and live update events |
Quick Start
Next Steps
- Review Contracts for deployed addresses and trading approvals.
- Review Fees & Referrals for platform fees.
- Follow Check Market Data to load market data.
- Follow Place an Order to submit a signed order.
- Follow Connect to WebSocket for live market updates.
- Open API Overview for the Swagger-style API reference and playground.
