Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.silvana.one/llms.txt

Use this file to discover all available pages before exploring further.

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 orderbook-devnet.silvana.dev: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.