Retrieve aggregate pact metrics for a wallet, such as total pact count, active pacts, and cumulative spend. Data is derived from persisted transaction records.
The UUID of the wallet to retrieve pact statistics for.
Include default pacts (is_default=true) in the statistics. Excluded by default.
Language for localized display fields. Possible values: en, zh.
zh, en Successful Response
Wallet-level pact statistics for the banner.
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.