This operation retrieves detailed information about a specific wallet by its ID. The wallet ID can be retrieved by calling the List all wallets operation. When the caller is the wallet owner, the response includes a spend_summary array showing spending totals per delegation.
Whether to include per-delegation spending summaries in the response. Only populated when the authenticated principal is the wallet owner. true: include spend summaries. false: omit spend summaries.
Successful Response
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.