Retrieve hot smart-contracts
stats
Retrieve hot smart-contracts
Retrieves paginated list of hot smart-contracts
GET
Retrieve hot smart-contracts
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 <= 50Secondary coin market history chart data
Previous
Get daily closing price and market cap for native coin
Next