Skip to main content
GET
/
v2
/
smart-contracts
/
counters
Get count statistics (new & newly verified) for deployed smart contracts
curl --request GET \
  --url http://localhost/api/v2/smart-contracts/counters
{
  "new_smart_contracts_24h": "<string>",
  "new_verified_smart_contracts_24h": "<string>",
  "smart_contracts": "<string>",
  "verified_smart_contracts": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.blockscout.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

apikey
string

API key for rate limiting or for sensitive endpoints

key
string

Secret key for getting access to restricted resources

Response

Count statistics for smart contracts.

Smart contracts counters

new_smart_contracts_24h
string
Pattern: ^-?([1-9][0-9]*|0)$
new_verified_smart_contracts_24h
string
Pattern: ^-?([1-9][0-9]*|0)$
smart_contracts
string
Pattern: ^-?([1-9][0-9]*|0)$
verified_smart_contracts
string
Pattern: ^-?([1-9][0-9]*|0)$