Skip to main content
Back to App

Authentication

Conviction's public REST endpoints (/v1/...) require no authentication header.

#How to call

curl https://api.conviction.bet/v1/markets?status=ACTIVE

You 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

Was this page helpful?