list_readonly_invites
List your active read-only share tokens showing expiry and wallet counts per chain. Include past revoked or expired invites with the includeInactive option.
Instructions
List the read-only share tokens the user has generated. By default returns only ACTIVE invites (not revoked, not expired); pass includeInactive: true to see history. Each entry returns { id, name, scope, issuedAt, expiresAt, revokedAt, expired, active, walletCounts, totalAddresses } — note the addresses themselves are NOT re-surfaced here, only counts per chain (the raw token isn't stored either, only its sha256 hash). Pair with revoke_readonly_invite({ name }) to invalidate an invite. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeInactive | No |