Unified Wallet Intelligence Bundle is a paid API for AI agents from 1c09pdnrx1.execute-api.us-east-1.amazonaws.com, paid per call via x402, $0.005000/call, status unknown (last checked 2026-09-14).
Returns a combined intelligence report for a wallet address including balances, activity history, identity resolution, and sanctions/AML screening in a single call
Unified wallet intelligence bundle (balances + activity + identity + sanctions) — $0.005 USDC
A unified JSON object containing the wallet's token balances across chains, recent transaction activity, resolved identity/name (ENS or SNS), and sanctions/AML screening result — all bundled from a single API call at $0.005 USDC.
GEThttps://1c09pdnrx1.execute-api.us-east-1.amazonaws.com/v1/intel/walletChoose this endpoint when you need a comprehensive, multi-dimensional view of a wallet in a single round-trip — combining balances, activity, identity, and sanctions. It is more cost-effective than calling the individual balance, AML, and identity endpoints separately (those total $0.003 USDC but require 3+ calls). Prefer this for due diligence, compliance workflows, or any scenario where latency from multiple calls is undesirable.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"wallet": "0x1234567890123456789012345678901234567890"
}
},
"output": {
"type": "object"
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"errors": [],
"wallet": "0x1234567890123456789012345678901234567890",
"activity": {
"has_history": false,
"base_tx_count": 0
},
"balances": {
"sol": null,
"eth_eth": "17.373447080759505555",
"base_eth": "0.267694366943588739",
"base_usdc": "92.448861",
"solana_usdc": null
},
"identity": {
"ens_name": null,
"sns_name": null
},
"sanctions": {
"notes": "No matches against the active sanctions corpus. Note: list is refreshed from public sources only; institutional users should pair with proprietary AML data for residual coverage.",
"wallet": "0x1234567890123456789012345678901234567890",
"checked_at": 1781758397,
"risk_level": "low",
"chain_inferred": "ethereum",
"sanctions_match": false,
"sanctioned_lists": []
},
"fetched_at": 1781758399,
"chain_inferred": "ethereum",
"cache_age_seconds": 0
}| Field | Type | Description |
|---|---|---|
| errorsrequired | array | |
| walletrequired | string | |
| activityrequired | object | |
| balancesrequired | object | |
| identityrequired | object | |
| sanctionsrequired | object | |
| fetched_atrequired | number | |
| chain_inferredrequired | string | |
| cache_age_secondsrequired | number |
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"