Get Replay URL

Using this method, an operator gets a Replay URL that shows detailed result of a bet.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.online/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.online/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"
}
Query Params
string
Defaults to d7942914-1c0a-483f-6f0a-e16cf15da287

Unique ID of the bet

string
Defaults to 2c27819b6c04408d6a051a01971da9781dbadffe1a588b4b351bef144c5caa1e

API key to authenticate request

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain