-
Notifications
You must be signed in to change notification settings - Fork 1
API
Vincente Ciancio edited this page Mar 22, 2021
·
1 revision
53F7
GET /api/status
Response:
{
"golem": {
"name": "node-name",
"network": "mainnet",
"processedLastHour": "0",
"processedTotal": "100",
"subnet": "public-beta",
"version": "0.6.1",
"wallet": "0x123456ff832..."
},
"hardware": {
"cpu": {
"percentUsage": 13.3,
},
"memory": {
"available": 32904065024,
"percent": 21.7,
"used": 7579193344
}
},
"timestamp": 1616311512
}