Skip to main content
Base URLs
  • Data API: https://api.predexon.com
  • Trading API: https://trade.predexon.com
All endpoints authenticate via the x-api-key header. Get your API key →

Data API - 58 Endpoints

Markets & Pricing

MethodEndpointDescription
GET/v2/polymarket/markets/keysetList markets - search, filter, sort with cursor pagination
GET/v2/polymarket/events/keysetList events - top-level event groupings with cursor pagination
GET/v2/polymarket/crypto-updownCrypto up/down - BTC, ETH, SOL, XRP, HYPE, DOGE, BNB across 5m–daily
GET/v2/polymarket/market-price/{token_id}Market price - current or historical
GET/v2/polymarket/candlesticks/{condition_id}Candlesticks - OHLCV at 1m/1h/1d intervals, normalized to YES side
GET/v2/polymarket/candlesticks/token/{token_id}Candlesticks by token - per-token OHLCV with un-normalized NO prices
GET/v2/polymarket/markets/{token_id}/volumeVolume time series - cumulative by buy/sell
GET/v2/polymarket/volume-chart/{condition_id}Volume chart - per-period with YES/NO breakdown
GET/v2/polymarket/markets/{condition_id}/open_interestOpen interest - historical OI tracking
GET/v2/polymarket/orderbooksOrderbooks - historical snapshots at ms resolution

Discovery & Taxonomy

MethodEndpointDescription
GET/v2/polymarket/searchUnified search - markets, events, and tags in one query
GET/v2/polymarket/categoriesCategories - top-level categories with counts + active volume/OI
GET/v2/polymarket/tagsTags - curated tags with rolled-up volume/OI metrics
GET/v2/polymarket/tag/{slug}Tag detail - metadata + metrics for one tag
GET/v2/polymarket/tag/{slug}/subtagsTag subtags - ranked child subtags with event counts
GET/v2/polymarket/seriesSeries - recurring market groupings (daily/weekly/monthly)
GET/v2/polymarket/series/{slug}Series detail - one series plus its events (keyset)

Trades & Activity

MethodEndpointDescription
GET/v2/polymarket/tradesTrades - by market, token, or wallet
GET/v2/polymarket/activityActivity - splits, merges, redeems
GET/v2/polymarket/positionsPositions - cross-wallet position scanner

Wallet Analytics

MethodEndpointDescription
GET/v2/polymarket/wallet/{wallet}Profile - full metrics across all time windows
GET/v2/polymarket/wallets/profilesBatch profiles - up to 20 wallets at once
GET/v2/polymarket/wallet/positions/{wallet}Positions - open + historical with P&L
GET/v2/polymarket/wallet/pnl/{wallet}P&L - realized, unrealized, total
GET/v2/polymarket/wallet/{wallet}/marketsMarket breakdown - per-market performance
GET/v2/polymarket/wallet/{wallet}/similarSimilar wallets - portfolio overlap detection
GET/v2/polymarket/wallet/volume-chart/{wallet}Volume chart - BUY/SELL breakdown
GET/v2/polymarket/wallet/identity/{wallet}Identity - display name, X handle, badges, wallet type, USDC balance
POST/v2/polymarket/wallet/identitiesIdentities (batch) - up to 200 addresses, proxy or signer EOA
GET/v2/polymarket/wallet/{address}/clusterConnected wallets - on-chain transfer graph + identity-proof clusters

Smart Money & Analytics

Requires Dev plan or higher.
MethodEndpointDescription
GET/v2/polymarket/markets/smart-activitySmart activity - markets where top wallets trade
GET/v2/polymarket/market/{condition_id}/smart-moneySmart money - net positioning for a market
GET/v2/polymarket/leaderboardLeaderboard - global wallet rankings
GET/v2/polymarket/leaderboard/market/{condition_id}Market leaderboard - per-market rankings
GET/v2/polymarket/market/{condition_id}/top-holdersTop holders - largest positions
GET/v2/polymarket/position/{token_id}/top-holdersPosition top holders - largest holders of one token
GET/v2/polymarket/wallets/filterFilter wallets - by market + performance
GET/v2/polymarket/cohorts/statsCohort stats - aggregate by trading style

UMA

MethodEndpointDescription
GET/v2/polymarket/uma/marketsList UMA markets - non-sports UMA questions, sorted by last_event_at
GET/v2/polymarket/uma/market/{condition_id}Get UMA market - current oracle status + event timeline

Builders

V2-only. Builder attribution excludes V1 fills and the zero-sentinel builder.
MethodEndpointDescription
GET/v2/polymarket/builders/leaderboardBuilder leaderboard - V2 builders ranked by volume or fee revenue
GET/v2/polymarket/builders/{builder_code}Builder stats - single-builder summary + full (taker_bps, maker_bps) history
GET/v2/polymarket/builders/{builder_code}/marketsBuilder markets - top markets attributed to a builder over a rolling window
GET/v2/polymarket/builders/{builder_code}/timeseriesBuilder timeseries - bucketed volume + fee revenue over a rolling window
GET/v2/polymarket/builders/wallet/{wallet}Wallet builder fees - total builder fees a wallet paid, per-builder breakdown

Trading API

Base URL: https://trade.predexon.comEndpoints below use the accounts path (/api/accounts) — the canonical surface for all trading.
MethodEndpointDescription
POST/api/accounts/createCreate account - empty, no venues enabled
GET/api/accountsList accounts - owned by this API key
GET/api/accounts/{accountId}Get account - profile + per-venue entitlements
DELETE/api/accounts/{accountId}Delete account - cascades cleanup across venues
POST/api/accounts/{accountId}/enableEnable venue - provision wallet, gas, approvals

Access Tiers

Free - 16 endpoints

All Polymarket market data plus Kalshi markets, trades, and orderbooks. No credit card required.

Dev & Pro - 21 additional

Cross-platform matching, wallet analytics, smart money, leaderboards, Binance data, and WebSocket streaming.
See pricing for full details, or get a free API key to start.