Expand description
Wallet resource models for the Circle Developer-Controlled Wallets API.
Contains request parameters and response types for wallet management endpoints including balances and NFTs.
Structs§
- Balance
- A single fungible token balance entry.
- Balances
- Response wrapper for the per-wallet balances endpoint.
- Balances
Data - Inner data of single-wallet token-balances response.
- Create
Wallets Request - Request body for creating one or more developer-controlled wallets.
- List
Wallet Balances Params - Query parameters for the developer list-wallet-balances endpoint.
- List
Wallet Nfts Params - Query parameters for the list-wallet-NFTs endpoint.
- List
Wallets Params - Query parameters for the list-wallets endpoint.
- Nft
- A single NFT holding.
- Nfts
- Response wrapper for wallet NFT endpoints.
- Nfts
Data - Inner data of a list-wallet-NFTs response.
- Token
- A blockchain token definition.
- Update
Wallet Request - Request body for updating a wallet.
- Wallet
- A developer-controlled wallet resource.
- Wallet
Data - Inner data of a single-wallet response.
- Wallet
Metadata - Wallet metadata for creation requests.
- Wallet
Nfts Params - Query parameters for per-wallet balance and NFT endpoints.
- Wallet
Response - Response wrapper for get/update wallet endpoints.
- Wallets
- Response wrapper for the list-wallets and create-wallets endpoints.
- Wallets
Data - Inner data of a list-wallets response.
- Wallets
With Balances - Response wrapper for the list-developer-wallet-balances endpoint.
- Wallets
With Balances Data - Inner data of the list-wallet-balances (developer-level) response.
Enums§
- FtStandard
- Fungible token standard (for wallet balance queries).
- NftStandard
- NFT token standard.
- ScaCore
- Smart Contract Account core implementation variant.