X-Node List
Returns a list of the addresses that hold an X-Node token. Includes both Legacy & Stargate X-Nodes which can be identified by 'contract'.
https://api.vechainstats.com/v2/network/xnode-list
?expanded=true
&VCS_API_KEY=your_api_keyParameter
Response
expanded
Either true or false. Setting this option to true expands the response with extra information.
{
"status": {
"success": true,
"message": "OK"
},
"data": {
"0xfc87cf5b81b42ba3014dfee39d2fa97f97683af3": {
"id": 5873,
"type": "mjolnirx",
"contract": "legacy"
},
"0x3eec8db7a8f95aee2763656e4447befbe40f5f44": {
"id": 7,
"type": "strengthx",
"contract": "stargate"
},
"0x30abb1c2d871d59a32c6358c689242c063809112": {
"id": 8,
"type": "thunderx",
"contract": "stargate"
},
"meta": {
"count": 1904,
"expanded": true,
"timestamp": 1753715205
}
}Last updated
Was this helpful?