+ wallet-profile-lookup

> Wallet profile lookup

// Returns profile data associated with a wallet including ENS, social links, and reputation

identitywalletprofileens

Returns profile data associated with a wallet including ENS, social links, and reputation. Agents can request it by capability ID identity.wallet_profile, or by plain intent — EntRoute resolves phrases like “wallet profile”, “address profile” and “ens lookup” to this capability.

EntRoute currently lists 10+ endpoints from 4 providers for identity.wallet_profile, priced from $0.001 to $0.005 per call, settled in USDC on Base. The quickest responds in about 12ms at the 95th percentile. Every endpoint below is re-probed every 10 minutes for a valid 402 payment challenge; the ordering blends measured success rate, latency and price rather than provider claims.

// aliases.json

These phrases resolve to this capability with intent-based discovery.

"wallet profile" "address profile" "ens lookup" "wallet identity"
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "identity.wallet_profile"}'
// endpoints.json
10 results
#1 Norm listed
$0.0010
https://norm.agentutil.net/v1/batch
success: 100%
latency: 12ms
$0.0022
https://api.x402node.dev/identity/gravatar
success: 100%
latency: 30ms
https://x402.professorsausages.com/sanctions-screen/changes
success: 100%
latency: 23ms
https://screenshot-api-production-fe7e.up.railway.app/capture/pdf
success: 100%
latency: 56ms
$0.0050
https://api.x402node.dev/image/detect
success: 100%
latency: 31ms
$0.0050
https://api.x402node.dev/identity/avatar
success: 100%
latency: 32ms
$0.0050
https://api.x402node.dev/identity/email-suggest
success: 100%
latency: 33ms
https://screenshot-api-production-fe7e.up.railway.app/capture/fullpage
success: 100%
latency: 101ms
$0.0050
https://api.x402node.dev/search/github/repo
success: 100%
latency: 38ms
https://screenshot-api-production-fe7e.up.railway.app/capture/element
success: 100%
latency: 103ms
// integrate.md

Use this capability in your agent or application:

// faq

Frequently asked questions about Wallet profile lookup

How much does a wallet profile lookup API call cost?

Endpoints listed for identity.wallet_profile on EntRoute are priced from $0.001 to $0.005 per call. Payment is per request — there is no subscription, account or API key. Prices shown are read from each endpoint's live 402 response, not from a provider-supplied catalogue.

How do AI agents pay for wallet profile lookup endpoints?

Via the x402 protocol. The agent calls the endpoint, receives an HTTP 402 Payment Required response describing the price and recipient, signs a stablecoin payment (USDC on Base), and retries the request with proof of payment. The whole exchange takes seconds and needs no human approval.

How many providers offer wallet profile lookup?

10+ endpoints are currently listed for identity.wallet_profile across 4 providers. That number moves as endpoints are added and as failing ones are demoted.

Are these wallet profile lookup endpoints verified?

Each one is probed every 10 minutes to confirm it still returns a well-formed 402 challenge on a payable network. Endpoints whose 7-day success rate drops below 50% are moved out of the ranked list into fallbacks with an explicit exclusion reason, so an agent can decide whether to retry them.