# Fetch transaction **GET /history/transactions/{transactionId}** Response data is not real time and may have a delay. 404 means that transaction is not found or being processed, and will not be available for some time. ## 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) - **brandId** (string) - **cashAmount** (number) - **country** (string) - **createTimestamp** (integer(int32)) Epoch time in milliseconds. - **currency** (string) - **freeSpinsCampaignId** (string) - **gameId** (string) - **gameRoundId** (string) - **isFeatureBuy** (boolean) - **isGameRoundFinished** (boolean) - **isRollbackRefunded** (boolean) - **jackpotAmount** (number) - **platform** (string) - **playerId** (string) - **referenceTransactionId** (string) - **resolveTimestamp** (integer(int32)) Epoch time in milliseconds. - **sessionId** (string) - **transactionId** (string) - **transactionResponseBalance** (number) - **transactionResponseCurrency** (string) - **transactionResponseStatus** (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 ### 404 Transaction not found ### 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)