Ongoing Undelegations
The experimental::staking::query::ongoing_undelegations
method returns information about undelegations in progress. Currently 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::ongoing_undelegations{
"userpass": "RPC_UserP@SSW0RD",
"method": "experimental::staking::query::ongoing_undelegations",
"mmrpc": "2.0",
"params": {
"coin": "IRIS",
"info_details": {
"type": "Cosmos",
"limit": 20,
"page_number": 1
}
}
}