Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.unitedmarket.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.
United Market is currently in sandbox/development stage. All funds, balances, markets, and trades are for testing only and do not represent real money.

Base URLs

NetworkREST APISocket.IO
Mainnethttps://backend.themarketunited.comhttps://backend.themarketunited.com
Testnethttps://backend-develop.themarketunited.comhttps://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.
AreaPublic Endpoints
MarketsMarket discovery, market detail, orderbooks, tickers, price history, and trades
OrdersSigned order submission, cancellation, order listing, and order detail
BalancesAvailable collateral after open-order locks
AuthenticationSIWE nonce, verification, and refresh
DiscoveryTags and market groups
Social & ProfilesComments, user search, public profiles
LeaderboardPnL leaderboard and user PnL history
RealtimeSocket.IO market rooms and live update events

Quick Start

curl "https://backend.themarketunited.com/markets"
Use HTTPS when calling the API from browsers or the docs playground. HTTP redirects to HTTPS and may be blocked by hosted docs as mixed content.

Next Steps