Address identity
Enrich an address with names, labels, and reputation before applying your rules.1
Get address metadata
Retrieve Etherscan labels, names, and reputation data for an address using Etherscan Metadata.Use labels such as
Exchange, Bridge, phish-hack, and ofac-sanctioned as inputs for your own screening rules.getaddresstag is available as a PRO endpoint on the Pro Plus plan. See PRO endpoints.2
Export label categories
For watchlist workflows, retrieve addresses by label category (e.g. Use
ofac-sanctioned) instead of checking addresses individually.getlabelmasterlist to discover available label categories.Transaction monitoring
Combine address metadata with transaction data to monitor interactions with known entities.1
Retrieve transaction activity
Track normal transactions, internal transactions, and token transfers associated with an address.
txlistfor normal transactionstxlistinternalfor contract-triggered value transferstokentxfor ERC-20 token transfers
2
Apply your screening logic
Match transaction counterparties against your labels and internal rules to surface activity that requires review.
Fund tracing
Understand where an address received its initial funds.1
Find the funding source
Returns the address and transaction that first funded an EOA, an extra context signal when investigating an address. This is a PRO endpoint, available to the Standard plan and above.
Contract context
Understand a smart contract before your application interacts with it.1
Check the contract source code
Verified source code and contract details for an address. Use verification status and source availability as context when evaluating a contract.
2
Retrieve the contract ABI
The ABI for a verified contract, used to decode its interactions and understand the methods it exposes.
Putting it together
Combine these endpoints to build common security and compliance workflows:- Address screening:
getaddresstaglabels against your rules - Watchlist management:
exportaddresstagsrefreshed on a schedule - Transaction monitoring:
txlist+txlistinternal+tokentx+ labels - Address investigation:
fundedby+ transaction history - Contract review:
getsourcecode+getabi
chainid where your users or contracts operate.