Predict.fun
Get Predict.fun Exchange Prices
Retrieve price history data for a Predict.fun market. Each row shows price and bid/ask at a point in time.
What you get
- Current price
- Yes bid and ask prices
- Timestamps
Use cases
- Build price charts
- Track price movements
- Calculate spreads over time
Note The playground returns 10 results for demo. Use limit parameter (up to 10,000) in production.
Example
- Request:
GET /api/v1/pfun/6933/exchange_prices?limit=10 - Header:
X-API-Key: YOUR_API_KEY
GET
Documentation Index
Fetch the complete documentation index at: https://docs.delphimarkets.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your API key (get one from the test-key endpoint above)
Path Parameters
Predict.fun market identifier
Query Parameters
Maximum number of rows to return (default: 10, max: 10,000)
Required range:
x <= 10000
