Onchain Expat Wallet Identity API is a paid API for AI agents from x402.onchainexpat.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).
Looks up a blockchain wallet address to return its ENS name, labels, transaction activity, and risk assessment
Pay-per-request AI, crypto, proxy, and utility APIs using x402 protocol
Returns structured data about the wallet including its ENS name (if any), human-readable labels (e.g. exchange, whale, hacker), on-chain activity summary, and a risk score or risk flags indicating whether the address is associated with malicious behavior, sanctions, or known entities.
POSThttps://x402.onchainexpat.com/api/x402-crypto/wallet-identityUse this endpoint when you need a comprehensive identity profile of a specific blockchain wallet address, including ENS resolution, risk scoring, and known labels — especially useful before sending funds, evaluating a counterparty, or auditing a suspicious address. Prefer this over generic ENS resolvers when you also need risk and activity data in a single call.
{
"chain": "ethereum",
"address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
}| Field | Type | Description |
|---|---|---|
| chain | string | Blockchain (default: ethereum) |
| addressrequired | string | Wallet address (0x + 40 hex chars) or ENS name (e.g. 'vitalik.eth') |
{
"data": {
"nfts": {
"count": 10,
"collections": [
{
"name": "Apples",
"symbol": "Apples",
"contract": "0xa5a8d874d3554a9f9237c04ca6901667aaf61e82",
"token_id": "109"
},
{
"name": "Lobster",
"symbol": "LOB",
"contract": "0x1de237c7063a9ee531e06a6c3fba4e3e704f2a74",
"token_id": "566"
},
{
"name": "Slop Packs",
"symbol": "SLOPPACK",
"contract": "0xcd1ac22e5175f1d5bb5b83e882e4b0311e2394e8",
"token_id": "10065"
},
{
"name": "Sloplings",
"symbol": "SLOPLINGS",
"contract": "0xd449c4d5bb924384bbd31d2484f29c1b2b4a5108",
"token_id": "4978"
},
{
"name": "Bzuki",
"symbol": "BZUKI",
"contract": "0xca90a81a6957414c0e55f7911d015de98757ec01",
"token_id": "467"
},
{
"name": "THEM",
"symbol": "THEM",
"contract": "0xee20e170b37b11042753784db37cf66be3fed260",
"token_id": "508"
},
{
"name": "Goldie",
"symbol": "GOLDIE",
"contract": "0x6444f4d3f696ad104ce6935027f5c27ce0ae7100",
"token_id": "438"
},
{
"name": "Crownless King",
"symbol": "CRKG",
"contract": "0x30007f9983a853e614ec5cb2aba645cd5c2e2424",
"token_id": "5"
},
{
"name": "Onchain Eternal Growth Plants",
"symbol": "OEGP",
"contract": "0x460d7dfa7aefb52ddb7b87a767485325b31272d9",
"token_id": "1"
},
{
"name": "Ethereum Name Service",
"symbol": "ENS",
"contract": "0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
"token_id": "45931243923134649875497611862211940897737555822693490434112425947322580025586"
}
]
},
"risk": {
"level": "minimal",
"score": 0,
"factors": []
},
"chain": "ethereum",
"tokens": {
"count": 0,
"top_holdings": []
},
"address": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
"balance": {
"native": 5.690706,
"native_usd": 9854.37,
"native_symbol": "ETH"
},
"activity": {
"last_seen": "2026-06-17T14:30:47+00:00",
"first_seen": "2026-05-01T16:31:47+00:00",
"active_days": 34,
"avg_tx_per_day": 125.45,
"wallet_age_days": 47,
"total_transactions": 5896,
"recent_transactions": 100
},
"identity": {
"ens_name": "vbuterin.stateofus.eth",
"is_contract": true,
"known_label": "vitalik.eth",
"wallet_type": "notable"
},
"chain_name": "Ethereum",
"ai_analysis": {
"success": true,
"ai_model": "claude-sonnet-4",
"ai_provider": "claude-cli",
"wallet_profile": "unknown",
"recommendations": [],
"activity_pattern": "unknown",
"behavior_summary": "Analysis unavailable",
"notable_observations": [],
"sophistication_level": "unknown"
},
"explorer_url": "https://etherscan.io/address/0xd8da6bf26964af9d7eed9e03e53415d37aa96045"
},
"cached": false,
"success": true,
"timestamp": "2026-06-18T04:45:39.964846+00:00"
}| Field | Type | Description |
|---|---|---|
| data | object | |
| success | boolean |
No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"