---
title: "Get Game Round History"
method: POST
path: "/game-round-history"
tags: ["Game history"]
---

# Get Game Round History

`POST /game-round-history`

Get game round history. This method is used to request a data for game round history.  
Data can contain general round result and additional url where details can be learned.

## Headers

- `X-REQUEST-SIGN` string, required

## Request body

- GetGameRoundHistoryRequest
  - `game_id` string, required — Game's ID. See the list of supported games in `Game IDs` section.
  - `round_id` string, uuid, required — Round ID which was played in one of the Game ID sessions
  - `user_id` string, required — External User ID who played the round

## Response `200`

Round history data

- GetGameRoundHistoryResponse
  - `round_id` string, uuid, required
  - `game_session_id` string, uuid, required
  - `client_hash` string, required
  - `round_url` string, url — URL where game round history is rendered by game (if supported by game)
  - `bet_amount` string, required
  - `currency` string, required
  - `target_multiplier` string, required
  - `result` string, required
  - `payout_amount` string, required
  - `payout_multiplier` string, required
  - `user_balance` string, required
  - `user_bonus_balance` string, required
  - `cash_out_at` string, required

## Other responses

- `401` — Wrong signature or API key
- `404` — Round history not found
- `500` — Server error occurred

---

[API](https://skmtc.dev/fastplaynetwork/apis/playhub-core-api.md) · [All operations](https://skmtc.dev/fastplaynetwork/apis/playhub-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fastplaynetwork/playhub-core-api/revisions/2cfd86cc6d48/schema)
