wallet.balance.updated
Fired when Bluvo completes a balance sync for a connected wallet. This happens after initial wallet connection and during periodic background refreshes.When this event is sent
- Immediately after a wallet is first connected (following
wallet.created) - During periodic background balance syncs
Payload
Example payload
Fields
| Field | Type | Description |
|---|---|---|
data.wallet.id | string | Unique wallet identifier |
data.wallet.projectId | string | Project the wallet belongs to |
data.wallet.exchange | string | Exchange identifier |
data.balances | object | Map of asset ticker to balance object |
data.balances[asset].total | number | Total balance for the asset |
The
balances object only includes assets with a non-zero balance. If a previously held asset is fully withdrawn, it will be absent from the next update.