Get a party's transfer statistics
get_transfer_statsGet aggregate transfer statistics for a Canton party: total, sent, received counts, volumes, and unique counterparties, optionally over a date range.
Instructions
Get aggregate CC transfer statistics for a Canton party: total/sent/received counts, volumes, and unique counterparty count — optionally over a date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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). | |
| endDate | No | Range end (inclusive): ISO date, ISO datetime, or unix timestamp. | |
| startDate | No | Range start: ISO date, ISO datetime, or unix timestamp. |