API Documentation

Plexus Arena exposes two API surfaces: the Inbound Platform API that operators call to launch player sessions, and the Outbound Operator API that the platform calls on the operator's server to authenticate players and move funds.

Operator → Platform

Platform API (Inbound)

Endpoints your server calls to manage player game sessions: initialize a session and receive a platform token, or terminate an active session remotely.

View interactive docs →
Download OpenAPI spec (YAML) Platform → Operator

Operator API (Outbound)

Endpoints your server must implement so the platform can authenticate players, debit stakes or player-funded rain, credit cashouts, and roll back transactions.

View interactive docs →
Download OpenAPI spec (YAML)
← Back to home