Retrieve hot smart-contracts
stats
Retrieve hot smart-contracts
Retrieves paginated list of hot smart-contracts
GET
Retrieve hot smart-contracts
Documentation Index
Fetch the complete documentation index at: https://blockscout-main.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
API key for rate limiting or for sensitive endpoints
Secret key for getting access to restricted resources
Sort results by:
- transactions_count - Sort by number of transactions
- total_gas_used - Sort by total gas used
Should be used together with
orderparameter.
Available options:
transactions_count, total_gas_used Sort order:
- asc - Ascending order
- desc - Descending order
Should be used together with
sortparameter.
Available options:
asc, desc Time scale for hot contracts aggregation (5m=5 minutes, 1h=1 hour, 3h=3 hours, 1d=1 day, 7d=7 days, 30d=30 days)
Available options:
5m, 1h, 3h, 1d, 7d, 30d Transactions count for paging
Required range:
x >= 1Total gas used for paging
Required range:
x >= 0Contract address hash for paging
Pattern:
^0x([A-Fa-f0-9]{40})$Number of items returned per page
Required range:
1 <= x <= 50