API Documentation
Direct Integration API documentation for 155.io
Welcome to the 155.io API documentation for direct integration.
Ready to get started?
Start with our Quick Start Guide to get your integration going.
Environments
| Environment | Base URL |
|---|---|
| Staging | https://api.stagingmarbles.io |
| Production | https://api.marbles.xyz |
How It Works
Integration consists of two parts:
155.io API
Endpoints we provide for fetching games and generating player URLs
Operator API
Endpoints you implement for balance, bets, rollbacks, and wins
Key Concepts
Partner ID vs Operator ID
partnerId: Identifies your website or casino offering the game to playersoperatorId: Provided by 155.io, links to your operator configuration (e.g., max liability)
Currency Precision
All monetary amounts use 5-digit precision:
$10.00 = 1000000
$1.00 = 100000
$0.01 = 1000