Last updated 2 months ago
POST /v4/agent/rtp
POST
/v4/agent/rtp
It changes Agent's RTP. RTP is applied to all users of the agent, with the exception of requests for individual RTP when running the game.
Headers
Body
{ "win_ratio": 85 }
Response
{ "code": 0, "message": "OK" }
Authorization
Bearer <API_TOKEN>
Content-Type
application/json
Accept
win_ratio
float
RTP value (75 ~ 95)
code
integer(32bit)
Response Code
message
string
Response Message