Skip to main content
Returns all token balances held by the authenticated party — both CIP-56 token holdings and Canton Coin.

Request

message GetBalancesRequest {}

Response

balances
TokenBalance[]
List of balances. Each TokenBalance includes the token instrument identifier, admin party, and the amount held.

Example

grpcurl rpc-devnet.modo-api.app:443 \
  silvana.ledger.v1.DAppProviderService/GetBalances

See also

  • GetAmulets — list individual unlocked Canton Coin amulet contracts (needed to pick amulet_cids for state-changing operations).
  • GetActiveContracts — stream all active Daml contracts visible to the authenticated party.