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
Authorizations
API key passed as a Bearer token in the Authorization header.
Path Parameters
The ID of the blockchain
Query Parameters
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 Number of items per page
Required range:
x >= 1Smart-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 Shibarium withdrawals.
Previous
Get count statistics (new & newly verified) for deployed smart contracts
Next