# Deposit Offline **POST /wallet/deposit/offline** ## Servers - BASE_URL: BASE_URL () ## Parameters ### Body: application/json (object) - **amount** (number) - **currency** (string) - **metadata** (string | null | number | integer | boolean | array[object] | object) - **playerId** (string) - **referenceId** (string) Reference for this deposit. Could reference a game or tournament or promotion. - **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) - **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)