list_keys
Retrieve all keys stored in the wallet, with optional filtering by name or keyCode, pagination, and sort direction. Use it to browse and inspect wallet keys without manual lookups.
Instructions
List all keys in the wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by key name (max 32 chars) | |
| page | No | Page number (default: 1) | |
| size | No | Page size (default: 10) | |
| keyCode | No | Filter by keyCode (max 32 chars) | |
| orderDirection | No | Sort direction |