The Operator Site API is a read-only interface that allows operators to retrieve essential data such as account information, transaction history, balances, rewards, incentives, and St8 game details. It is designed for reporting, monitoring, and integrations that require structured access to platform data.
API keys are required for access and can be requested by opening a support ticket through Intercom.
π Access and Authentication
To use the Operator Site API, an API key must be issued for your operation.
Please contact support through Intercom to request one.
All endpoints are read-only.
π Available Endpoints
Below is an overview of all available endpoints and what they provide.
/
Returns basic API metadata and versioning information.
/st8/query
A single unified endpoint for all St8-related data queries, including:
St8 transactions
Round information
Available game lists
This endpoint simplifies integration by combining multiple St8 data lookups into one.
/incentives/transactions
Provides incentive-related credits and debits.
Useful for reviewing incentives issued to users or tracking incentive spend.
/incentives/rewards
Returns reward records, including optional metadata and claim information.
This is ideal for monitoring claimed or unclaimed rewards across your user base.
/accounts
Retrieves detailed user account records.
Includes user information relevant for reporting and account-level monitoring.
/balances
Returns wallet balances and bankroll balances for accounts.
Supports tracking player funds and operator bankroll allocations.
/account-transactions
Provides a complete credit and debit history for accounts, including:
transfer
seamless
rakeback claim
reward claim
incentives
corrections
This endpoint gives you a full financial history for an account in one place.
/tokens
Lists all cryptocurrency tokens supported by the platform.
/networks
Lists all blockchain networks supported for deposits and withdrawals.
π Schemas and Example Requests
For full schema definitions, request formats, and example responses, please refer to our OpenAPI documentation and St8 API reference.
