Dome

Dome

Predictions
basesolana
16 endpoints

Prediction markets and odds data. Access Polymarket and Kalshi markets, prices, orderbooks, positions, and history.

Base URLhttps://api.dao.pub/market/dome
GET/kalshi/market-price/:market_tickerFree

Get Kalshi market price by ticker.

Replace :market_ticker with the Kalshi market ticker.

Path
market_tickerstring
GET/kalshi/marketsFree

List Kalshi prediction markets.

GET with optional query params.

Query
limitnumber (optional)
cursorstring (optional)
statusstring (optional: 'open', 'closed')
series_tickerstring (optional)
GET/kalshi/orderbooksFree

Get Kalshi orderbook data.

GET with ticker query param.

Query
tickerstring (market ticker)
GET/kalshi/tradesFree

Get Kalshi trade history.

GET with optional query params.

Query
tickerstring (optional)
limitnumber (optional)
cursorstring (optional)
GET/matching-markets/sportsFree

List available sports for matching markets.

GET with no params.

GET/matching-markets/sports/:sportFree

Get matching markets for a specific sport.

Replace :sport with the sport name.

Path
sportstring
GET/polymarket/activityFree

Get Polymarket activity feed.

GET with optional pagination.

Query
limitnumber (optional)
offsetnumber (optional)
GET/polymarket/candlesticks/:condition_idFree

Get historical price candlestick data for a Polymarket market.

Replace :condition_id with the market's condition ID.

Path
condition_idstring
Query
intervalstring (optional: '1m', '5m', '1h', '1d')
fidelitynumber (optional)
GET/polymarket/eventsFree

List Polymarket events.

GET with optional query params.

Query
limitnumber (optional)
offsetnumber (optional)
slugstring (optional)
tagstring (optional)
GET/polymarket/market-price/:token_idFree

Get the current price for a Polymarket market by token ID.

Replace :token_id with the Polymarket CLOB token ID.

Path
token_idstring
GET/polymarket/markets$0.01

Search and list Polymarket prediction markets.

GET with optional query params. Use tag to filter by category, order to sort.

Query
limitnumber (optional)
offsetnumber (optional)
tagstring (optional)
activeboolean (optional)
closedboolean (optional)
orderstring (optional: 'volume', 'liquidity', 'created')
GET/polymarket/orderbooksFree

Get Polymarket orderbook data.

GET with token_id query param.

Query
token_idstring
GET/polymarket/ordersFree

Get Polymarket orders.

GET with optional query params.

Query
marketstring (optional)
maker_addressstring (optional)
limitnumber (optional)
GET/polymarket/positions/wallet/:wallet_addressFree

Get Polymarket positions for a wallet address.

Replace :wallet_address with an Ethereum address.

Path
wallet_addressstring
GET/polymarket/walletFree

Get Polymarket wallet info.

GET with address query param.

Query
addressstring
GET/polymarket/wallet/pnl/:wallet_addressFree

Get Polymarket wallet PnL for a wallet address.

Replace :wallet_address with an Ethereum address.

Path
wallet_addressstring