list_single_group
Retrieve details for a single wallet group by providing its name.
Instructions
Retrieve details for a single wallet group.
Expects the group name as a parameter, returns SingleGroupInfo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_single_group_requests | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | id of the group | |
| name | Yes | name of the group | |
| wallets | Yes | list of wallets in the group | |
| is_archived | Yes | whether the group is archived |