Predict.fun
Get Predict.fun Trade History
Retrieve trade history data for a Predict.fun market. Each row shows trade execution details.
What you get
- Yes and No prices
- Trade count
- Taker side (buy/sell)
- Timestamps
Use cases
- Analyze trading activity
- Build trade feeds
- Calculate VWAP
- Track market sentiment
Note The playground returns 10 results for demo. Use limit parameter (up to 10,000) in production.
Example
- Request:
GET /api/v1/pfun/6933/tradehistory?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
