# Withdraw **POST /wallet/withdraw** ## Servers - BASE_URL: BASE_URL () ## Parameters ### Headers - **Signature** (string) - **Public-Key** (string) ### 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. - **cashAmount** (number) The cash contribution to the *amount* field in the currency of the transaction. This field is mainly for analytics purposes. - **currency** (string) - **freeSpinsCampaignId** (string) - **gameId** (string) - **gameRoundId** (string) - **isFeatureBuy** (boolean | null) Indicates if the game round is a feature buy round. - **isGameRoundFinished** (boolean) - **jackpotAmount** (number | null) 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) - **sessionId** (string) - **transactionId** (string) ## Responses ### 200 Successful response #### Body: application/json (object) - **balance** (number) - **currency** (string) - **resolveTimestamp** (integer(int32)) Epoch time in milliseconds. Optional resolve timestamp of the transaction. If this is set, the transaction will be applied to the financial reports with the given timestamp. Recommended approach is to ignore this property. ### 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)