Chicken Race
Overview
Chicken Race is the flagship title from Flex-Soft. It is a high-frequency, instant-win game where players race against the odds.
Launching the Game
To launch Chicken Race, the Operator must request a game session from the Flex-Soft Platform.
Launch URL Construction
Construct the launch URL using the base Launch API endpoint:
GET /api/v1/launch/chicken-race
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
userToken |
String | Yes | Your unique identifier for the user. |
operatorId |
String | Yes | Your Operator ID assigned by Flex-Soft. |
currency |
String | Yes | Currency code (e.g., USD, EUR). |
platform |
String | Yes | Client platform (e.g., mobile, desktop). |
returnUrl |
String | Yes | URL to redirect the user upon exit. |
language |
String | No | Language code (e.g., en, es). |
[!TIP] This request should be made from your backend to ours. The response will contain the
launch_urlwhich you should then redirect the user's browser to.
Wallet Integration
Game events for Chicken Race are processed via the standard Wallet API.
- Action Type: The
actionfield in requests will beBETorWIN. - Game Identifier: The
gamefield in requests will bechicken-race.