# Account View consolidated wallet balances across all banking partners (Delbank, Celcoin, StarkBank) and manage rebalancing between transactional and proprietary accounts. ## Get Balance - [GET /account/balance](https://docs.connectpsp.com/apis/account/getbalance.md): Returns the consolidated and detailed wallet snapshot across all banking partners (Delbank, Celcoin, StarkBank). Two account types are tracked per bank: - Transactional — funds available to cover Cash-Out requests (mirrors your users' exposure) - Proprietary — reserve/buffer account (your operational capital) > ℹ️ Note: Historical balance lookup (?date=) is currently in development. Only the current balance is available. ## Rebalance Wallet - [POST /account/rebalance](https://docs.connectpsp.com/apis/account/rebalanceaccount.md): Synchronizes your Transactional account to match the total exposure you report. How it works: - If targetAmount is greater than the current transactional balance → funds are pulled from the Proprietary account (Top-up) - If targetAmount is less than the current transactional balance → excess funds are swept back to the Proprietary account The targetAmount represents the total exposure of your platform (sum of all user wallet balances + in-flight bets). This endpoint requires the DigitalSignature header.