Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 883 Bytes

File metadata and controls

28 lines (16 loc) · 883 Bytes

UsdcGatewayWalletInfoResponse

Properties

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

Enum: StatusEnum

Name Value
ACTIVATED "ACTIVATED"
DEACTIVATED "DEACTIVATED"