{{ brandName }}.
Get API key

API Reference

Programmatic access to every trader and market metric in {{ brandName }}. All endpoints return JSON over HTTPS.

Authentication

Pass your API key as a bearer token on every request. Keys are available from your account dashboard after signing up.

curl https://api.predictalytics.io/v1/markets \
  -H "Authorization: Bearer YOUR_API_KEY"

Rate limits

{{ r.plan }}
{{ r.limit }}
{{ ep.method }} {{ ep.path }}

{{ ep.desc }}

Parameters
{{ p.name }} {{ p.type }} {{ p.desc }}
{{ ep.example }}