Authentication
Conviction's public REST endpoints (/v1/...) require no authentication header.
#How to call
curl https://api.conviction.bet/v1/markets?status=ACTIVEYou can also call them directly from the browser.
#CORS
CORS is currently open on the public surface, so browser calls work from any origin. This policy may tighten to an allowlist later — for production integrations, calling from the server side is recommended.
#Next
- Errors — what responses look like on a bad request
- REST → Markets — the actual endpoints
Was this page helpful?