Wallet Lookup

Looks up a wallet address across ALL chains and wallet types and returns the profile of the first match. Useful when you have an address but don't know which chain or category it is tracked under. Always returns 200 with a found flag (no 404).

Find a wallet across all chains

get

Searches every chain/type combination for the given address. If found, returns found: true plus the profile; otherwise found: false.

Parameters

  • address (required) — wallet address (Solana base58 or 0x… for EVM chains)

  • api_key (optional if Bearer header is used)

Authorizations
AuthorizationstringRequired

Authorization: Bearer YOUR_KEY

Query parameters
addressstringRequiredExample: G6fUXjMKPJzCY1rveAE6Qm7wy5U3vZgKDJmN1VPAdiZC
api_keystringOptionalExample: YOUR_KEY
Responses
200

Lookup completed. found indicates whether the address is tracked.

application/json
successbooleanOptional
metaobjectOptional
get
/v1/wallets/lookup

Last updated