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>"
}

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)$