Dashboard

Manage your API access and view usage

🔑 Get Your API Key

Enter your email to generate an API key instantly. No credit card required.

Your API Key

Important: Save this key now! It will not be shown again.

📈 Live Market Data LIVE

1H Market

UP Bid --
DOWN Bid --
Arb Cost --

15M Market

UP Bid --
DOWN Bid --
Arb Cost --

4H Market

UP Bid --
DOWN Bid --
Arb Cost --

💻 Quick Start

Replace YOUR_API_KEY with your actual key

import requests response = requests.get( "https://api.predictapi.dev/markets", headers={"X-API-Key": "YOUR_API_KEY"} ) data = response.json() print(data["markets"]["1h"])