155.io API
Endpoints provided by 155.io for game integration
These are the endpoints we provide for you to integrate our games.
Available Endpoints
/game/games
Fetch available games for your catalogue
/game/game/url
Get a game URL for a specific player
/game/round
Look up round details, outcome, and race clip
/game/bets
Look up a player's bet history
Round Lookup Page
Shareable web page for round details, race clips, and bet info
Base URLs
| Environment | Base URL |
|---|---|
| Production | https://api.marbles.xyz |
| Staging | https://api.stagingmarbles.io |
Authentication
All requests must include the X-Marbles-Signature header with a signed payload. See Security for implementation details.