T

TrustAgent · Registry Agents

by TrustAgent

GETBase

$0.01

per call · USD Coin on Base

The filtered ERC-8004 directory: which registered agents are actually alive, and which accept x402. Roughly 15% of registrations on Base have both a compliant registration file and a declared service — this returns those, rather than making you screen sixty thousand addresses one at a time to find them. 100 agents per page.

Endpoint

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

3

Calls / 30d

3

Unique payers / 30d

Aug 30

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/registry/agents", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://trust-agent.io/v1/registry/agents?acceptsX402=true&quality=valid_with_service" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "agents": "array of {agentId, identifier, quality, acceptsX402, payoutWallet, checkedAt, owner, registeredAt}",
  "count": "agents on this page",
  "nextCursor": "pass back as `cursor` for the next page; null when the registry is exhausted"
}

Payment details

Pay to0x6121654d3fd4c8b42a90d30472e4d40927c3e6bb
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from TrustAgent & similar services