Node
1. Get Round History of a Node
url:/v2/nodes/round-history?page_size=5&page_number=1
method:GETRequest Parameter
Type
Description
{
"code": 0,
"msg": "SUCCESS",
"result": {
"rnd_history_list": [
{
"id": 63,
"rnd_start_blk": 8574300,
"rnd_end_blk": 8634299,
"rnd_start_time": 1592737389,
"cycle": 85
},
{
"id": 62,
"rnd_start_blk": 8514300,
"rnd_end_blk": 8574299,
"rnd_start_time": 1591858049,
"rnd_end_time": 1592737388,
"cycle": 84
},
{
"id": 61,
"rnd_start_blk": 8454300,
"rnd_end_blk": 8514299,
"rnd_start_time": 1590983140,
"rnd_end_time": 1591858045,
"cycle": 83
},
{
"id": 60,
"rnd_start_blk": 8394300,
"rnd_end_blk": 8454299,
"rnd_start_time": 1590252541,
"rnd_end_time": 1590983110,
"cycle": 82
},
{
"id": 59,
"rnd_start_blk": 8334300,
"rnd_end_blk": 8394299,
"rnd_start_time": 1589414958,
"rnd_end_time": 1590252540,
"cycle": 81
}
],
"count": 11
}
}Response Parameter
Type
Description
2. Get incentives information of a node
Request Parameter
Type
Description
Response Parameter
Type
Description
3. Get incentives information of a node using its public key
Request Parameter
Type
Description
Response Parameter
Type
Description
Field Name
Type
Description
4. Query On-Chain Configuration of Registered Nodes
Request Parameters
Type
Description
Response
Response Parameter
Type
Description
5. Get Staking Rewards of an Address (Supported from Round 244)
Request Parameters
Type
Required
Description
Response
Response Parameter
Type
Description
6.Get Address Staking Snapshot (Supported from Round 244)
Request Parameters
Type
Required
Description
Field_Name
Type
Description
Last updated