API Ping
Returns a ping and timestamp to ensure connection is live
https://api.vechainstats.com/v2/api-ping
?VCS_API_KEY=your_api_key
{
"status": {
"success": true,
"message": "OK"
},
"data": {
"ping": true
},
"meta": {
"timestamp": 1695722261
}
}
Last updated
Was this helpful?