Probily
MarketsElectionsExploreLeaderboard
⌕
Log inSign up

API Documentation

Build on Probily. Access prediction market data programmatically.

Base URL
https://probily.com/api/v1
Authentication

All public endpoints require no authentication. Private endpoints require a Bearer token.

Authorization: Bearer <your_api_key>
Endpoints
GET/api/v1/marketsPublic
List markets with filtering, sorting, and pagination
?category=Crypto&status=active&sort=volume&limit=50&offset=0
GET/api/v1/markets/:idPublic
Get single market with price history and outcomes
GET/api/v1/activityPublic
Get recent trading activity feed
?limit=20&market_id=optional
GET/api/v1/leaderboardPublic
Get top traders ranked by P&L
GET/api/v1/statsPublic
Get platform-wide statistics
GET/api/export-tradesAuth
Export trade history to CSV
?user_id=your_id
GET/api/ogPublic
Generate Open Graph image for sharing
?title=...&yes=50&category=Crypto
Example: Get All Markets
# Fetch all active crypto markets sorted by volume
curl https://probily.com/api/v1/markets?category=Crypto&sort=volume
// Response
{
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"title": "Will Bitcoin exceed $150K by Dec 2026?",
"yes_price": 0.42,
"no_price": 0.58,
"volume": 284000,
"category": "Crypto",
"resolution_rules": "Resolves based on CoinGecko..."
}
],
"count": 1,
"timestamp": "2026-03-11T..."
}
Example: Get Single Market
curl https://probily.com/api/v1/markets/550e8400-...
// Returns full market data + price_history array + outcomes (if multi)
100
Requests/min (Public)
30s
Cache TTL
CORS
Enabled (*)
Need help integrating?

Contact our developer team for API keys and support.

Contact SupportBecome a Partner
Probily

The world's prediction market. Trade on real-world events with transparent, on-chain settlement.

𝕏DT
MARKETS
All MarketsResolvedCreate MarketSuggest Market
RESOURCES
FAQAPI DocsChangelogSystem StatusPrice Alerts
COMPANY
AboutPressSupportRewardsReferralsInvestorsBlogCareersSecurityExplore
LEGAL
TermsPrivacyResponsible TradingMarket IntegrityKYC Verification
© 2026 Probily Inc. All rights reserved.
All systems operational