| name | nexus-elements-unified-balance |
| description | DEPRECATED — UnifiedBalance has been removed. Nexus One includes an inline balance view. Refer to the nexus-sdk-* agent skills for balance API guidance. |
⚠️ Deprecated — Use Nexus One
UnifiedBalance has been removed from Nexus Elements.
Nexus One includes an inline balance view as part of its unified swap, send, and deposit flows. There is no longer a standalone balance widget.
Migration
Remove UnifiedBalance from your app. If you need to display balances, use Nexus One — it shows relevant balances inline during flow execution.
For programmatic balance access, use the Nexus SDK directly:
const bridgeBalances = await sdk.getBalancesForBridge();
const swapBalances = await sdk.getBalancesForSwap();
const formatted = sdk.utils.formatTokenBalance(balance);
Install Nexus One
npx shadcn@latest add @nexus-elements/nexus-one
Current skills to use instead
For balance and metadata APIs, refer to the Nexus SDK agent skills (.agents/skills/):
nexus-sdk-balances-metadata-utils — balances, supported chains/tokens, formatters
nexus-sdk-setup — SDK initialization and wallet wiring
nexus-sdk-integration — end-to-end integration guide
Documentation