Phoenix Prediction Docs

Environments

Hosts and paths used by Phoenix Prediction integrations

Phoenix provides exact hostnames for each operator environment during onboarding. Use the hostnames assigned to your environment in production code and monitoring.

Backend Host

https://prediction.phoenixverse.io

Public paths:

PathPurpose
/api/pingHealth check
/api/openapi.jsonOperator API OpenAPI spec
/api/docsSwagger UI
/.well-known/signing-key.pemPhoenix Prediction platform public key for wallet callback verification
/operator/api/*Signed Operator API
/player/websocketPlayer-facing Phoenix WebSocket used by the hosted iframe and SDK

Embed URL Shape

The embed URL follows this shape:

https://embed.prediction.phoenixverse.io/o/{operator_code}?token={JWT}&experience={experience_key}

Use the embed host assigned to your environment.

Local Development

For wallet testing, http://localhost callback URLs are accepted in development only. Public and shared environments must use HTTPS.

On this page