v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB

get verified smart contracts counters

Deprecation Notice: Per instance endpoints will be deprecated soon in favor of PRO API endpoints. Please see the PRO API reference page for information.

get/smart-contracts/counters

Response

smart contracts counters

new_smart_contracts_24hstring required
new_verified_smart_contracts_24hstring required
smart_contractsstring required
verified_smart_contractsstring required

Example response

{
  "new_smart_contracts_24h": "12",
  "new_verified_smart_contracts_24h": "11",
  "smart_contracts": "20",
  "verified_smart_contracts": "15"
}