{
  "x402Version": 2,
  "id": 14166,
  "slug": "14166",
  "resource": "https://agent.memoryapi.org/x402/erc8004/browse",
  "description": "Browse ERC-8004 registered AI agents on Base. Filter by x402 payment support.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x24FAcafEB49b4e3FACF0B3e69604A2F4640c9bf2",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "description": "Browse the ERC-8004 agent registry on Base mainnet. Scan agents by token ID range, optionally filtering to only those with x402 micropayment support.",
        "iconUrl": "https://memoryapi.org/icon.png",
        "input": {
          "method": "GET",
          "queryParams": {
            "limit": "20",
            "start_id": "1",
            "x402only": "false"
          },
          "schema": {
            "properties": {
              "limit": {
                "description": "Number of agents to scan (max 50)",
                "type": "integer"
              },
              "start_id": {
                "description": "Starting token ID",
                "type": "integer"
              },
              "x402only": {
                "description": "Only return agents with x402Support: true",
                "type": "boolean"
              }
            },
            "required": []
          },
          "type": "http"
        },
        "output": {
          "example": {
            "agents": [
              {
                "active": true,
                "agent_id": 1,
                "name": "Example Agent",
                "services_count": 5,
                "x402_support": true
              }
            ],
            "success": true,
            "total_scanned": 20,
            "x402_enabled_count": 3
          }
        },
        "serviceName": "MemoryAPI ERC8004",
        "tags": [
          "agents",
          "identity",
          "blockchain"
        ]
      },
      "schema": {
        "properties": {
          "input": {
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              }
            },
            "required": [
              "method"
            ]
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "agent.memoryapi.org",
  "lastUpdated": "2026-09-01T00:09:12.395Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-01T00:09:11.959Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agent.memoryapi.org",
    "manifest_name": "agent.memoryapi.org",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}