GET
/history/transactions/{transactionId}
curl \
--request GET 'BASE_URL/history/transactions/{transactionId}' \
--header "Signature: string" \
--header "Public-Key: string"
Response examples (200)
{
"amount": 42.0,
"brandId": "string",
"cashAmount": 42.0,
"currency": "string",
"freeSpinCampaignId": "string",
"gameId": "string",
"gameRoundId": "string",
"id": "string",
"isFreeSpinsConsumed": true,
"isGameRoundFinished": true,
"jackpotAmount": 42.0,
"playerId": "string",
"refId": "string",
"resolveTs": "2025-05-04T09:42:00Z",
"sessionId": "string",
"source": "transfer",
"transactionType": "withdraw"
}
Response examples (400)
{
"code": "ERROR_UNKNOWN_ERROR",
"description": "string",
"traceId": "string"
}
Response examples (401)
{
"code": "ERROR_INVALID_SIGNATURE",
"description": "string",
"traceId": "string"
}
Response examples (500)
{
"code": "ERROR_UNKNOWN_ERROR",
"description": "string",
"traceId": "string"
}