Use this tool when you need to quickly confirm a wallet is not brand-new before a trust decision, such as filtering sybils in an airdrop or gating participation by wallet age. Input the EVM wallet address. Returns wallet age in days, transaction count, and CLEAN/SUSPICIOUS — so you can reject obviously-new wallets without paying for a full profile. For bot score, whale classification, and rug history use check_wallet instead.
Example input: {"address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"}
Example output shape: {"ageDays":1820,"txCount":4210,"verdict":"CLEAN","processingMs":310}
Connector