On this page

Delegations

The experimental::staking::query::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.

StructureTypeDescription
coinstringthe coin being staked

POST
experimental::staking::query::delegations
{
  "userpass": "RPC_UserP@SSW0RD",
  "mmrpc": "2.0",
  "method": "experimental::staking::query::delegations",
  "params": {
    "coin": "tQTUM"
  },
  "id": 0
}

POST
experimental::staking::delegations
{
  "userpass": "RPC_UserP@SSW0RD",
  "method": "experimental::staking::query::delegations",
  "mmrpc": "2.0",
  "params": {
    "coin": "ATOM",
    "info_details": {
      "type": "Cosmos",
      "limit": 20,
      "page_number": 1
    }
  }
}