On this page

Ongoing Undelegations

The experimental::staking::query::ongoing_undelegations method returns information about undelegations in progress. Currently Cosmos/Tendermint coins are supported.

StructureTypeDescription
coinstringthe coin being staked
info_detailsobjectA 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
    }
  }
}