get https://api.stg.game.topplatform.asia/client/player/replay-url
Using this method, an operator gets a Replay URL that shows detailed result of a bet.
Request Description
Acquire Comprehensive Bet Details From Replay Link: Discover data of player including spin type, transaction ID, bet amount, profit amount, balance amount, rounds played, bet size, level, and payout through the Get Replay URL link.
Example of Request
curl --request GET \
--url 'https://api.stg.game.topplatform.asia/client/player/replay-url?betId=d7942914-1c0a-483f-6f0a-e16cf15da287&apiKey=2c27819b6c04408d6a051a01971da9781dbadffe1a588b4b351bef144c5caa1e' \
--header 'accept: application/json'
Example of Response
Success Response Example (HTTP status code 200)
https://replay.stg.game.topplatform.asia/replay/d7942914-1c0a-483f-6f0a-e16cf15da287?apiKey=2c27819b6c04408d6a051a01971da9781dbadffe1a588b4b351bef144c5caa1e
Fail Response Example (HTTP status code 400)
// Response data because of invalid or missing Bet ID on URL
{
"message": "Bet ID not found on URL",
"code": 1216,
"timestamp": "2023-05-08T10:47:53.911Z"
}
// Response data because of invalid or missing API Key on URL
{
"message": "API Key not found on URL",
"code": 1217,
"timestamp": "2023-05-08T10:49:55.246Z"
}