Retrieve hot smart-contracts
stats
Retrieve hot smart-contracts
Retrieves paginated list of hot smart-contracts
GET
Retrieve hot smart-contracts
Authorizations
API key passed as a Bearer token in the Authorization header.
Path Parameters
The ID of the blockchain
Query Parameters
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 Number of items per page
Required range:
x >= 1Transactions 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})$Get daily transaction counts
Previous
List token transfers across all token types (ERC-20, ERC-721, ERC-1155)
Next