| Name | Type | Description | Notes |
|---|---|---|---|
| walletId | String | The USDC Gateway wallet identifier | |
| type | String | The USDC Gateway provider identifier | |
| status | StatusEnum | Current activation status of the USDC Gateway wallet | |
| symbol | String | The token symbol supported by this wallet (e.g. USDC) | |
| totalBalance | String | Aggregate USDC balance across all assets | |
| assets | List<UsdcGatewayWalletAsset> | Per-chain USDC asset balances | |
| virtualAssetId | String | The id of the virtual asset |
| Name | Value |
|---|---|
| ACTIVATED | "ACTIVATED" |
| DEACTIVATED | "DEACTIVATED" |