API Documentation

Complete reference for the Prediction Markets API

Endpoints

GET/markets

List Markets

Retrieve a list of all available prediction markets with current probabilities.

Parameters

NameTypeDescription
categorystringFilter by market category (crypto, finance, politics, sports)
limitintegerMaximum number of results (default: 50)
offsetintegerPagination offset (default: 0)

Examples

curl -X GET "https://api.pms.com/v1/markets?category=sports&limit=20" \
  -H "X-API-Key: sk_live_51234567890"