# Fetch transaction **GET /history/transactions/{transactionId}** ## Servers - BASE_URL: BASE_URL () ## Parameters ### Headers - **Signature** (string) - **Public-Key** (string) ### Path parameters - **transactionId** (string) ## Responses ### 200 Successful response #### Body: application/json (object) - **amount** (number) The total amount of the transaction in the currency of the transaction. This amount is the sum of the cash amount and the jackpot amount. - **brandId** (string) - **cashAmount** (number) The cash contribution to the amount field in the currency of the transaction. This field is mainly for analytics purposes. - **currency** (string) - **freeSpinCampaignId** (string) - **gameId** (string) - **gameRoundId** (string) - **id** (string) - **isFreeSpinsConsumed** (boolean) - **isGameRoundFinished** (boolean) - **jackpotAmount** (number) The jackpot contribution to the amount field in the currency of the transaction. This field is mainly for analytics purposes. If the transaction does not involve a jackpot, this field should be set to null. - **playerId** (string) - **refId** (string) - **resolveTs** (string(date-time)) - **sessionId** (string) - **source** (string) - **transactionType** (string) ### 400 Request could not be processed #### Body: application/json (object) - **code** (string) - **description** (string) Message describing the error - **traceId** (string) Internal ID to trace the request when debugging ### 401 Request public key or signature is missing or invalid #### Body: application/json (object) - **code** (string) - **description** (string) Message describing the error - **traceId** (string) Internal ID to trace the request when debugging ### 500 Internal error / Unknown error #### Body: application/json (object) - **code** (string) - **description** (string) Message describing the error - **traceId** (string) Internal ID to trace the request when debugging [Powered by Bump.sh](https://bump.sh)