A wallet group is a container of wallets stored and maintained under an organization and is identified in the system by its unique ID, the UUID.
The following table describes the fields in the REST API messages for wallet groups:
Field | Type | Description |
---|---|---|
id | string | The UUID. A unique ID of the wallet group. |
created_at | date | The creation time of the wallet group. |
updated_at | date | The time when the wallet-group details were last updated. |
name | string | The name of the wallet group. |
organization_id | string | The organization id this wallet group belongs to. Take a look at the Organization Object |