T

TrustAgent · Search Agents

by TrustAgent

GETBase

$0.005

per call · USD Coin on Base

Which live agents can do X? Searches what ERC-8004 agents DECLARE about themselves — skills, domains, name — across the registrations this service fetches on a rolling sweep, and returns only the ones actually answering. Each row carries the service endpoint to call and the wallet a payment would go to. Roughly 8% of registrations on Base are live at all; the alternative is fetching sixty thousand files yourself.

Endpoint

GET https://trust-agent.io/v1/search/agents

1

Calls / 30d

1

Unique payers / 30d

Sep 3

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://trust-agent.io/v1/search/agents", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://trust-agent.io/v1/search/agents?acceptsX402=true&skill=sanctions-screening" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "agents": "agentId, identifier, name, description, endpoint, skills, domains, acceptsX402, payoutWallet, checkedAt",
  "matches": "total agents matching, across all pages",
  "nextCursor": "offset for the next page, or null when exhausted",
  "note": "A declared skill is a claim, not a capability — score the payout wallet before paying it"
}

Payment details

Pay to0x6121654d3fd4c8b42a90d30472e4d40927c3e6bb
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from TrustAgent & similar services