Get a party's balance
get_balanceRetrieve a Canton party's CC balance with total, locked, unlocked amounts and USD values. Optionally query balance at a specific point in time using a date or timestamp.
Instructions
Get a Canton party's CC balance (total, locked, unlocked) with USD values — current, or at any point in time via the optional date. "What was X's balance on January 1?" → date: "2026-01-01".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Point-in-time balance: ISO date (2026-01-01), ISO datetime, or unix timestamp. Omit for current. | |
| chain | No | Chain to query. Defaults to "canton" (currently the only supported chain). | canton |
| party | Yes | The party to query — accepts an ANS name (e.g. noves.unverified.cns), a display name (e.g. Cumberland), or a raw Canton party ID (name::hash). |