TrustLayer ERC-8004 Owner Agent Lookup is a paid API for AI agents from api.thetrustlayer.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).
Looks up an EVM or Solana owner wallet address in indexed ERC-8004 registry data and returns all associated AI agents, their chains, aggregate trust score, and risk assessment.
Looks up an owner address in indexed ERC-8004 registry data and returns associated agents, chains, trust score, and risk assessment. If no agents are found, it returns a structured negative result with explanatory note.
Returns a structured object containing the owner address, a list of associated AI agents (empty array if none), the chains those agents operate on, total agent count, average trust score (null if no agents), and a risk assessment string. If no agents are found, includes an explanatory note and found:false.
GEThttps://api.thetrustlayer.xyz/owner/0x742d35Cc6634C0532925a3b844Bc9e7595a8bC32Use this endpoint when you need to discover all AI agents associated with a specific wallet owner across chains, rather than looking up a specific known agent. Prefer this over the agent-specific trust score endpoint when you have an owner address but not individual agent addresses. Ideal for portfolio-level risk assessment of an agent operator.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"address": "0x742d35Cc6634C0532925a3b844Bc9e7595a8bC32"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"note": "No agents found owned by this address. The address may not be registered as an owner in any ERC-8004 registry we index.",
"found": false,
"agents": [],
"chains": [],
"totalAgents": 0,
"ownerAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595a8bC32",
"avgTrustScore": null,
"riskAssessment": "unknown"
}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"