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.ioPublic paths:
| Path | Purpose |
|---|---|
/api/ping | Health check |
/api/openapi.json | Operator API OpenAPI spec |
/api/docs | Swagger UI |
/.well-known/signing-key.pem | Phoenix Prediction platform public key for wallet callback verification |
/operator/api/* | Signed Operator API |
/player/websocket | Player-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.