Scan a wallet
Skip the token and read the dev directly. Pass a wallet address to get its full deploy history, sell behavior, funding trail and trust score, the whole picture behind the person.
Reading a wallet
# read a deployer wallet directly curl "https://lens-liard.vercel.app/api/lookup?wallet=0x8618âŚC2BE"
When to use it
Scanning a wallet is the move when you already have an address and want the dev's track record rather than one token's verdict. It answers the questions that matter most before a launch: how many tokens has this wallet shipped, how did each one end, did the dev sell, and where did the gas come from.
It is also how you connect the dots between identities. Two different X profiles that resolve to the same wallet are the same operator, no matter how the bios are written.
All three inputs, ?username=, ?contract= and ?wallet=, return the same response shape, so you can build one handler for all of them.