Validators
The experimental::staking::query::ongoing_delegations
method returns information about your node's staking. Currently QTUM and tQTUM (test tokens avalable at https://testnet-faucet.qtum.info/
), along with Cosmos/Tendermint coins are supported.
Structure | Type | Description |
---|---|---|
coin | string | the coin being staked |
info_details | object | A standard StakingInfoDetails object. |
POST
experimental::staking::query::validators{
"userpass": "RPC_UserP@SSW0RD",
"method": "experimental::staking::query::validators",
"mmrpc": "2.0",
"params": {
"coin": "IRIS",
"info_details": {
"type": "Cosmos",
"filter_by_status": "Bonded",
"limit": 20,
"page_number": 1
}
}
}