{
  "x402Version": 2,
  "id": 5174,
  "slug": "5174",
  "resource": "https://trust-agent.io/v1/registry/agents",
  "description": "The filtered ERC-8004 directory: which registered agents are actually alive, and which accept x402. Around a third of registrations on Base carry both a compliant registration file and a declared service, and roughly one in twelve of those declares x402 — this returns them, rather than making you screen eighty thousand addresses one at a time to find them. GET /v1/registry publishes the current split, free. 100 agents per page. Free alternative: GET /v1/registry. Or 3 free calls of this endpoint per wallet per 24h: https://trust-agent.io/v1/trial.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x6121654D3Fd4C8B42a90d30472E4D40927C3e6BB",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10001",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "acceptsX402": "true",
            "quality": "valid_with_service"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "agents": "array of {agentId, identifier, quality, acceptsX402, payoutWallet, checkedAt, owner, registeredAt}",
            "count": "agents on this page",
            "degraded": "true when the census cannot currently refresh classifications — the page may omit live agents and include stale ones",
            "nextCursor": "pass back as `cursor` for the next page; null when the registry is exhausted"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "acceptsX402": {
                    "description": "OPTIONAL. true to return only agents whose registration file declares x402.",
                    "type": "string"
                  },
                  "chain": {
                    "description": "OPTIONAL. Only \"base\" is served. Defaults to base.",
                    "type": "string"
                  },
                  "cursor": {
                    "description": "OPTIONAL. nextCursor from the previous page. Omit for the first page.",
                    "type": "string"
                  },
                  "quality": {
                    "description": "OPTIONAL. valid_with_service | valid_no_service | non_compliant | uri_unresolvable | no_uri.",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "agents": {
                    "description": "array of {agentId, identifier, quality, acceptsX402, payoutWallet, checkedAt, owner, registeredAt}"
                  },
                  "count": {
                    "description": "agents on this page"
                  },
                  "degraded": {
                    "description": "true when the census cannot currently refresh classifications — the page may omit live agents and include stale ones"
                  },
                  "nextCursor": {
                    "description": "pass back as `cursor` for the next page; null when the registry is exhausted"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "trust-agent.io",
  "lastUpdated": "2026-09-13T17:19:51.661Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-13T17:19:51.389Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "trust-agent.io",
    "manifest_name": "trust-agent.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}