Ongoing Undelegations
API-v2experimental::staking::query::ongoing_undelegations
The experimental::staking::query::ongoing_undelegations method returns information about undelegations in progress. Currently Cosmos/Tendermint coins are supported.
| Parameter | Type | Required | 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
}
}
}