# CoboWaas2.PoolDetails

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The ID of the staking pool. A staking pool is a pairing of a staking protocol and a specific type of token. | 
**chain_id** | **String** | The chain ID. | 
**protocol** | **String** | The name of the protocol. | 
**protocol_icon_url** | **String** | The URL of the protocol&#39;s icon. | 
**supported_wallet_types** | [**[WalletType]**](WalletType.md) | The wallet type. Possible values include:  - &#x60;Custodial&#x60;: [Custodial Wallets](https://manuals.cobo.com/en/portal/custodial-wallets/introduction)  - &#x60;MPC&#x60;: [MPC Wallets](https://manuals.cobo.com/en/portal/mpc-wallets/introduction)  - &#x60;Exchange&#x60;: [Exchange Wallets](https://manuals.cobo.com/en/portal/exchange-wallets/introduction)  | 
**supported_wallet_subtypes** | [**[WalletSubtype]**](WalletSubtype.md) | The wallet subtype. Possible values include: - &#x60;Asset&#x60;: Custodial Wallets (Asset Wallets). - &#x60;Web3&#x60;: Custodial Wallets (Web3  Wallets). - &#x60;Org-Controlled&#x60;: MPC Wallets (Organization-Controlled Wallets). - &#x60;User-Controlled&#x60;: MPC Wallets (User-Controlled Wallets). - &#x60;Main&#x60;: Exchange Wallets (Main Account). - &#x60;Sub&#x60;: Exchange Wallets (Sub Account).  | 
**token_id** | **String** | The token ID. | 
**est_apr** | **Number** | The estimated annual percentage rate (APR). | 
**pool_type** | [**StakingPoolType**](StakingPoolType.md) |  | [optional] 
**min_amount** | **String** | The minimum amount that can be staked in one staking request. | [optional] 
**max_amount** | **String** | The maximum amount that can be staked in one staking request. | [optional] 
**min_stake_period** | **Number** | The minimum staking period, in days. | [optional] 
**max_stake_period** | **Number** | The maximum staking period, in days. | [optional] 
**min_stake_blocks** | **Number** | The minimum block number. A block number indicates the number of blocks that need to be processed before the locked tokens are unlocked and become accessible. | [optional] 
**max_stake_blocks** | **Number** | The maximum block number. A block number indicates the number of blocks that need to be processed before the locked tokens are unlocked and become accessible. | [optional] 
**validators_info** | [**[PoolDetailsAllOfValidatorsInfo]**](PoolDetailsAllOfValidatorsInfo.md) | A list of available validators. | 


