Contract Stats
Returns metrics on the total, new, active and seen contracts on vechain.
https://api.vechainstats.com/v2/contract/stats
?date=2023-09-25
&expanded=true
&VCS_API_KEY=your_api_keyParameter
Description
date
The requested date formatted as yyyy-mm-dd
expanded
Either true or false. Setting this option to true expands the response with extra information.
{
"status": {
"success": true,
"message": "OK"
},
"data": {
"contracts_total": 22145,
"contracts_new": 8,
"contracts_active": 233
},
"meta": {
"date": "2023-09-25",
"expanded": true,
"partial_data": false,
"timestamp": 1695723438
}
}Last updated
Was this helpful?