cURL
curl --request GET \ --url https://api.vexelia.com/nodes/analytics \ --header 'Authorization: Bearer <token>'
[ { "timestamp": "2024-10-28T14:30:00Z", "memory": 8192.0, "memoryUsage": 4096.0, "disk": 500000.0, "diskWriteUsage": 120.5, "diskReadUsage": 95.3, "cpu": 4, "cpuUsage": 1.75, "networkInbound": 102400.0, "networkOutbound": 76800.0 } ]
Your API key goes here, you can generate one in your account settings.
The security nonce to use
OK