get_staking_infos
The get_staking_infos
method returns information about your node's staking. Currently QTUM and tQTUM (test tokens avalable at https://testnet-faucet.qtum.info/
) have been integrated, but this functionality will be expanded to more coins in future.
Structure | Type | Description |
---|---|---|
coin | string | the coin being staked |
POST
get_staking_infos{
"userpass": "RPC_UserP@SSW0RD",
"mmrpc": "2.0",
"method": "get_staking_infos",
"params": {
"coin": "tQTUM"
},
"id": 0
}