Skip to main content

RTP Notifications

Request

URI: /notification/rtp

Example usage: https://{callback_url}/notification/rtp

The request is executed using the POST method.

This method sends detailed information on Return to Player Percentage. A request is sent every 10 minutes.

Request body

NameTypeRequiredDescription
platformstringYesPlatform name
gamesRTParrayYesData of RTP by game
gamesRTP.gameIdintegerYesGame ID
gamesRTP.rtpdecimalYesCurrent RTP

Response Body

NameTypeRequiredDescription
statusbooleanYesAccepted values: true
platformstringYesPlatform name
limitsobjectYesPlatform limits
limits.amountdecimalYesUser's balance amount
limits.limitdecimalYesLimit amount
limits.currencystringYesPlatform currency
limits.percentdecimalYesPlatform Percentage
limits.platformstringYesPlatform name

Example of a response body

Response: /notification/rtp
{
"status": true,
"platform": "front-12multi",
"limits": [
{
"amount": 0,
"limit": 100,
"currency": "eur",
"currency": "eur",
"percent": 0,
"platform": "front-12multi",
},
{
"amount": 0,
"limit": 100,
"currency": "eur",
"currency": "eur",
"percent": 0,
"platform": "front-12multi",
}
]
}