Skip to main content

Interaction protocol

Communication via HTTP(S)-queries in JSON API format is used for integration. The query parameters can be passed in the query string (GET method) and in the query body (POST method). The response is passed in the JSON API format.

It is necessary to set 'content-type' to 'application/json; charset=UTF-8' in your request header.

API query template

http(s)://API_URL/{methodName}?[parameterName=parameterValue]&clientId={your casino ID }&sign={QuerySign}

The following parameters are required for every query:

Parameter NameData TypeDescription
clientIdVarcharYour casino ID
signStringQuery signature

Query sample:
http(s)://API_URL/v2/app/users/:userId/balance?clientId=[clientId]&userId=[userId]&currency=[currency]