# Withdraw **POST /wallet/withdraw** ## Servers - BASE_URL: BASE_URL () ## Parameters ### Headers - **Signature** (string) - **Public-Key** (string) ### Body: application/json (object) - **amount** (number) - **currency** (string) - **freeSpinsCampaignId** (string) - **gameId** (string) - **gameRoundId** (string) - **isFeatureBuy** (boolean | null) Indicates if the bet is a feature buy bet - **isFreeSpinsConsumed** (boolean | null) Indicates if all free spins were consumed. This property will be always null for non free spins transactions. This property will be true for the last free spins bet transaction. - **isGameRoundFinished** (boolean) - **playerId** (string) - **sessionId** (string) - **transactionId** (string) ## Responses ### 200 Successful response #### Body: application/json (object) - **balance** (number) - **currency** (string) ### 400 Request could not be processed #### Body: application/json (object) - **code** (string) - **message** (string) ### 401 Request public key or signature is missing or invalid #### Body: application/json (object) - **code** (string) - **message** (string) ### 500 Internal error / Unknown error #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)