> ## Documentation Index
> Fetch the complete documentation index at: https://docs.modo.link/llms.txt
> Use this file to discover all available pages before exploring further.

# GetBalances

> Token balances for the authenticated party

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

## Request

```proto theme={null}
message GetBalancesRequest {}
```

## Response

<ParamField path="balances" type="TokenBalance[]">
  List of balances. Each `TokenBalance` includes the token instrument identifier, admin party, and the amount held.
</ParamField>

## Example

```bash theme={null}
grpcurl rpc-devnet.modo-api.app:443 \
  silvana.ledger.v1.DAppProviderService/GetBalances
```

## See also

* [`GetAmulets`](/agentic-api/core/get-amulets) — list individual unlocked Canton Coin amulet contracts (needed to pick `amulet_cids` for state-changing operations).
* [`GetActiveContracts`](/agentic-api/core/get-active-contracts) — stream all active Daml contracts visible to the authenticated party.
