Transaction filters should be used as standard query parameters: GET BASE_URL/history/transactions?brandId=brand1&from=1723540920000&to=1723541020000
GET
/history/transactions
curl \
--request GET 'BASE_URL/history/transactions?filters=%7B%7D' \
--header "Signature: string" \
--header "Public-Key: string"
Response examples (200)
{
"entries": [
{
"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"
}
],
"page": 42,
"pageSize": 42,
"totalPages": 42,
"totalRows": 42
}
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"
}