# Get Balance This endpoint will give you the balance of your trader wallet and XBID wallet participantId. Endpoint: GET /public-api/3.0/electricity/wallets/balance Version: 1.0 Security: api-key ## Query parameters: - `participantId` (string) ID of participant to get balance from. This is only useful for brokers. ## Response 200 fields (*/*): - `walletBalance` (number, required) - `walletType` (string, required) Enum: "XBID", "TRADER" ## Response 400 fields (*/*): - `errors` (array) ## Response 412 fields (*/*): - `errors` (array)