{
  "x402Version": 2,
  "id": 4016,
  "slug": "4016",
  "resource": "https://agenttoll.app/api/base/address/:address",
  "description": "Base wallet lookup: an address's primary basename, ETH balance, transaction count, and whether it is a contract",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xe55359021a6a22d8385b827405991c56075f56f8",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "address": "0xe55359021a6a22d8385b827405991c56075f56f8"
          },
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "address": "0xe553...56f8",
            "at": "2026-08-05T13:31:58.678Z",
            "basename": "agenttoll.base.eth",
            "chain": "base",
            "ethBalance": 0.0019,
            "isContract": false,
            "txCount": 42
          },
          "type": "json"
        }
      },
      "routeTemplate": "/api/base/address/:address",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "pathParams": {
                "properties": {
                  "address": {
                    "pattern": "^0x[0-9a-fA-F]{40}$",
                    "type": "string"
                  }
                },
                "required": [
                  "address"
                ],
                "type": "object"
              },
              "queryParams": {
                "properties": {},
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "agenttoll.app",
  "lastUpdated": "2026-08-26T07:10:11.783Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-26T07:10:11.432Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agenttoll.app",
    "manifest_name": "agenttoll.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}