# Wallet Wallet balance and operations ## Get wallet balance - [GET /wallet/balance](https://docs-staging.varmply.com/openapi/wallet/getwalletbalanceforauthenticateduser.md): Retrieve the authenticated user's wallet balance for a specific currency. Returns 404 if the wallet does not exist. Requires a valid JWT access token. ## Create a new wallet - [POST /wallet](https://docs-staging.varmply.com/openapi/wallet/createwalletforauthenticateduser.md): Create a new wallet for the authenticated user in a specific currency. Returns 201 Created on success, 409 Conflict if wallet already exists. Requires a valid JWT access token.