For developers

API reference

The same data behind the extension is available over a public HTTP endpoint. One route, three ways to ask, no API key.

The endpoint

endpoint
GET https://lens-liard.vercel.app/api/lookup

Parameters

ParamExampleResolves
username?username=lnsx_ioBio → deployer wallet → verdict
contract?contract=0x9a3c…Token → deployer → verdict
wallet?wallet=0x8618…Wallet history → trust score

All three return the same response shape, so a single handler covers every input. Reads are case-insensitive, so address casing never matters.

No key is required. Be reasonable with request volume, heavier usage is what the paid tiers are for.

See also

Worked examples live on the scan a contract and scan a wallet pages, and every field is documented in the response schema.