Developer Quickstart
π Welcome to the PredictBase Developer Section
PredictBase is a decentralized prediction market platform that allows developers to create markets, submit orders, trade, and interact programmatically with live prediction markets using APIs and smart contracts.
This guide will help you go from zero β placing your first trade in minutes.
π API Base Endpoint
All PredictBase API requests are made against the following base URL:
https://api.predictbase.appAll examples in this documentation assume this base endpoint.
π What You Can Build
Using PredictBase APIs and smart contracts, developers can:
Create and manage prediction markets
Read live markets and user positions
Mint shares in prediction markets
Submit buy & sell orders
Claim winnings and refunds
Build trading bots, dashboards, analytics tools, or market-making systems
β‘ Quick Start Overview
Read Positions
Last updated