List verified smart contracts with optional filtering options
smart-contracts
List verified smart contracts with optional filtering options
Retrieves a paginated list of verified smart contracts with optional filtering by proxy status or programming language.
GET
List verified smart contracts with optional filtering options
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:
- balance - Sort by account balance
- transactions_count - Sort by number of transactions
Should be used together with
orderparameter.
Available options:
balance, transactions_count Sort order:
- asc - Ascending order
- desc - Descending order
Should be used together with
sortparameter.
Available options:
asc, desc Search query filter
Filter to apply
Available options:
solidity, vyper, yul, geas, stylus_rust Smart-contract ID for paging
Coin balance for paging
Address hash for paging
Pattern:
^0x([A-Fa-f0-9]{40})$Transactions count for paging
Number of items returned per page
Required range:
1 <= x <= 50