Quick Start
Get up and running with your first API call in minutes.
Authentication
Learn how to generate HMAC signatures and authenticate requests.
Core Concepts
Understand events, markets, orders, and wagers.
API Reference
Explore every endpoint with request and response details.
How it works
Get your API keys
Sign up at futuur.com and generate your public and private API keys from your account settings.
Authenticate requests
Sign each request using HMAC-SHA512 with your private key. Pass your public key, a timestamp, and the signature as headers.
Browse events
Call
GET /events/ to list available prediction markets. Filter by category, tag, currency mode, or search term.The Futuur API supports both play money (OOM) and real money (USDC, USDT, USD) modes. Use
currency_mode=play_money to test your integration without financial risk.