Public read API
Read public market, order book, trade, position, and activity data without an API key.
Make your first request
The API is public and read-only. No API key is required.
https://app.settle.marketcurl https://app.settle.market/v1/marketsOrders use signed EIP-712 messages. Deposits, withdrawals, on-chain cancellations, and claims use wallet transactions.
Markets and prices
/healthzService status, indexing progress, automated market services, and active alerts.
/v1/marketsMarkets and boot configuration, including chain ID and contract addresses.
/v1/markets/:id/orderbookAbove/YES-price bids, asks, and best available prices.
/v1/markets/:id/tradesRecent fills for one market, including price, quantity, and mechanism.
/v1/markets/:id/candles?tf=1m|5m|1hOpen, high, low, and close candles built from on-chain fills.
Orders and accounts
/v1/orders?user=0x…&status=openA wallet’s orders, filterable by execution status.
/v1/positions/:addressAbove/YES and Below/NO balances, plus claimable winnings.
/v1/activity/:addressWallet ledger history: deposits, withdrawals, orders, fills, and claims.
Response terminology
YES / NOThe API names for the outcomes shown as Above and Below in the interface.
OHLCOpen, high, low, and close prices for one candle interval.
nonceAn account version used to invalidate older signed orders.