get verified smart contracts
get/smart-contracts
Query parameters
qstring
Example:proxy
filterstring
Example:vyper | solidity | yul
Response
smart contract
Example response
{
"items": [
{
"address_hash": {
"hash": "0xEb533ee5687044E622C69c58B1B12329F56eD9ad",
"implementation_name": "implementationName",
"name": "contractName",
"ens_domain_name": "domain.eth",
"metadata": {
"slug": "tag_slug",
"name": "Tag name",
"tagType": "name",
"ordinal": 0,
"meta": {}
},
"private_tags": [
{
"address_hash": "0xEb533ee5687044E622C69c58B1B12329F56eD9ad",
"display_name": "name to show",
"label": "label"
}
],
"watchlist_names": [
{
"display_name": "name to show",
"label": "label"
}
],
"public_tags": [
{
"address_hash": "0xEb533ee5687044E622C69c58B1B12329F56eD9ad",
"display_name": "name to show",
"label": "label"
}
]
},
"coin_balance": "10000",
"compiler_version": "v0.5.10+commit.5a6ea5b1",
"language": "vyper | yul | solidity",
"verified_at": "2022-03-05T11:40:29.087000Z",
"market_cap": 1000000000.0001
}
],
"next_page_params": {
"items_count": 50,
"smart_contract_id": 46
}
}