Skip to main content

/pallets/nomination-pools/info REST API Endpoint

Returns information and metadata for nomination pools including pool counters and limits.

Updated on
Sep 2, 2024

/pallets/nomination-pools/info REST API Endpoint

Path Parameters

Query Parameters

at
string
The block at which to retrieve the nomination pool info

Returns

at
object
An object containing information about the state.
hash
string
The hash of the block at the specified state.
height
string
The height of the block at the specified state.
counterForBondedPools
string
Indicates the current count of bonded pools in the system
counterForMetadata
string
Tracks the number of metadata entries
counterForPoolMembers
string
The total number of pool members across all pools
counterForReversePoolIdLookup
string
Tracks the count of reverse pool ID lookups
counterForRewardPools
string
Indicates the count of reward pools
counterForSubPoolsStorage
string
Represents the count of sub-pools stored
lastPoolId
string
The ID of the most recently created pool
maxPoolMembers
string
The maximum number of pool members allowed across all pools
maxPoolMembersPerPool
string
The maximum number of members allowed in a single pool
maxPools
string
The maximum number of pools allowed in the system
minCreateBond
string
The minimum bond required to create a new pool
minJoinBond
string
The minimum bond required to join an existing pool
Request
1
curl --location 'https://docs-demo.dot-mainnet.quiknode.pro/pallets/nomination-pools/info' \
2
--header 'Accept: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free