Token & Balances
The ToroForge SDK provides simple, secure methods to retrieve wallet balances across different supported currencies on the Toronet blockchain.
Supported tokens:
NGN (Naira β fiat-backed)
USD (US Dollar β fiat-backed)
ToroG (Toronetβs native token)
π¦ Get Wallet Balance
To get a walletβs full balance breakdown (NGN, USD, ToroG):
Returned object includes:
ngnBalance
: Naira balanceusdBalance
: USD balancetoroGBalance
: Native ToroG token amount
π Response Format
Note: All amounts are returned as strings, already normalized for display (i.e. not in smallest unit like wei).
π§© Use Cases
You can use this method to:
Display balances on a user dashboard
Validate available funds before initiating a transaction
Refresh balances after a fiat deposit or on-chain token transfer
β οΈ Important Notes
Ensure the
address
passed in is a valid Toronet address.Fiat-backed tokens like NGN and USD require successful KYC verification for high-volume usage.
For real-time updates, consider calling this method after:
Successful deposits
Transfers between wallets
KYC approval confirmation
π Related Docs
Last updated