PredictUnify
The complete REST API for Polymarket. Search markets, get real-time odds, and execute trades programmatically.
9 subscribers
11 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
PredictUnify endpoints
| Method | Endpoint | Description |
|---|---|---|
| Markets | ||
| GET |
getOrderbook /markets/{marketId}/orderbook |
|
| GET |
listMarkets /markets |
Returns a paginated list of prediction markets with optional filtering |
| GET |
getMarket /markets/{marketId} |
|
| History | ||
| GET |
getPriceHistory /markets/{marketId}/history |
Returns OHLCV candlestick data for a market outcome (up to 90 days) |
| Orders | ||
| POST |
createOrder /orders |
Place a buy or sell order (paid tiers only, $5 minimum) |
| GET |
getOrder /orders/{orderId} |
|
| GET |
listOrders /orders |
Returns orders for the authenticated user (paid tiers only) |
| DELETE |
cancelOrder /orders/{orderId} |
|
| Portfolio | ||
| GET |
getPositions /portfolio/positions |
Returns all current positions (paid tiers only) |
| GET |
getBalance /portfolio/balance |
Returns wallet balance (paid tiers only) |
| Health | ||
| GET |
getHealth /health |
|
PredictUnify pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA Recommended | $49 / month | — |
|