curl --request GET \
--url https://eth.blockscout.com/api/v2/smart-contracts/counters
{
"new_smart_contracts_24h": "12",
"new_verified_smart_contracts_24h": "11",
"smart_contracts": "20",
"verified_smart_contracts": "15"
}
smart contracts counters
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://eth.blockscout.com/api/v2/smart-contracts/counters
{
"new_smart_contracts_24h": "12",
"new_verified_smart_contracts_24h": "11",
"smart_contracts": "20",
"verified_smart_contracts": "15"
}