API Documentation

ART Games Integration API (1.0.0)

v1.0.0

Game Launch Process

To launch a game, online casino should generate launch link with appropriate parameters and open it in browser.

ParameterTypeDescription
gamestring [game enum]Identifies specific game. (Game Identificator)
userstringID of a player on the operators side
tokenstringThe one time token is a unique string generated by the operator, used for launch and authentication
currencystring [currency enum]Game currency (currency code)
operatorstringoperator key name
langoptionalstring [lang enum]Game interface language
return_urloptionalstring [pattern url]URL for return from game
account_history_urloptionalstring [pattern url]URL for the players bet history in the game menu and the reality check notification
irc_durationoptionalinteger [seconds]Period to stop the game and show the reality check window.
irc_elapsedoptionalinteger [seconds]The elapsed time from the first period of the reality check.

URL Structure

url
https://{launch-url}/{game}?user={user}&token={token}&lang={lang}&currency={currency}&operator={operator}&return_url={return_url}