GET
/
smart-contracts
/
counters
get verified smart contracts counters
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"
}

Response

200
application/json

smart contracts counters

The response is of type object.