{
  "$comment": "GENERATED FROM api/_tools/<slug>/route.mjs — do not edit by hand",
  "type": "https://eips.ethereum.org/EIPS/eip-8257#tool-manifest-v1",
  "name": "base-ecosystem-radar",
  "description": "Real-time Base ecosystem intelligence. Returns new verified smart contracts (name, address, proxy status), top-15 tokens by holder count (price, volume, market cap), network stats (gas prices, total addresses, block time, TVL), and 14-day transaction trend chart. No input required. Powered by Blockscout. 5min cache. $0.03 USDC per call; AXIOM Tool Pass holders get free access.",
  "endpoint": "https://www.clawbots.org/api/tools/base-ecosystem-radar",
  "image": "https://www.clawbots.org/tools/icons/base-ecosystem-radar.png",
  "featuredImage": "https://www.clawbots.org/tools/featured/base-ecosystem-radar.png",
  "inputs": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "outputs": {
    "type": "object",
    "properties": {
      "chain": {
        "type": "string",
        "description": "Always 'base'"
      },
      "fetchedAt": {
        "type": "string",
        "format": "date-time"
      },
      "network": {
        "type": [
          "object",
          "null"
        ],
        "description": "Base network stats: blocks, txs, addresses, gas, market cap, TVL",
        "properties": {
          "totalBlocks": {
            "type": [
              "integer",
              "null"
            ]
          },
          "totalTransactions": {
            "type": [
              "integer",
              "null"
            ]
          },
          "totalAddresses": {
            "type": [
              "integer",
              "null"
            ]
          },
          "avgBlockTimeMs": {
            "type": [
              "number",
              "null"
            ]
          },
          "gasUsedToday": {
            "type": [
              "string",
              "null"
            ]
          },
          "gasPricesGwei": {
            "type": [
              "object",
              "null"
            ],
            "properties": {
              "slow": {
                "type": [
                  "number",
                  "null"
                ]
              },
              "average": {
                "type": [
                  "number",
                  "null"
                ]
              },
              "fast": {
                "type": [
                  "number",
                  "null"
                ]
              }
            }
          },
          "marketCap": {
            "type": [
              "string",
              "null"
            ]
          },
          "tvl": {
            "type": [
              "string",
              "null"
            ]
          }
        }
      },
      "newContracts": {
        "type": "array",
        "description": "Recently verified smart contracts on Base (newest first)",
        "items": {
          "type": "object",
          "properties": {
            "address": {
              "type": [
                "string",
                "null"
              ]
            },
            "name": {
              "type": [
                "string",
                "null"
              ]
            },
            "compilerVersion": {
              "type": [
                "string",
                "null"
              ]
            },
            "optimizationEnabled": {
              "type": [
                "boolean",
                "null"
              ]
            },
            "txCount": {
              "type": [
                "integer",
                "null"
              ]
            },
            "verifiedAt": {
              "type": [
                "string",
                "null"
              ]
            },
            "isProxy": {
              "type": "boolean"
            },
            "implementationAddress": {
              "type": [
                "string",
                "null"
              ]
            }
          }
        }
      },
      "trendingTokens": {
        "type": "array",
        "description": "Top-15 ERC-20 tokens on Base by holder count",
        "items": {
          "type": "object",
          "properties": {
            "address": {
              "type": [
                "string",
                "null"
              ]
            },
            "name": {
              "type": [
                "string",
                "null"
              ]
            },
            "symbol": {
              "type": [
                "string",
                "null"
              ]
            },
            "holderCount": {
              "type": [
                "integer",
                "null"
              ]
            },
            "transferCount": {
              "type": [
                "integer",
                "null"
              ]
            },
            "priceUsd": {
              "type": [
                "number",
                "null"
              ]
            },
            "volume24hUsd": {
              "type": [
                "number",
                "null"
              ]
            },
            "circulatingMarketCapUsd": {
              "type": [
                "number",
                "null"
              ]
            },
            "type": {
              "type": "string"
            }
          }
        }
      },
      "txTrend14d": {
        "type": "array",
        "description": "Daily transaction counts for the last 14 days",
        "items": {
          "type": "object",
          "properties": {
            "date": {
              "type": [
                "string",
                "null"
              ]
            },
            "txCount": {
              "type": [
                "integer",
                "null"
              ]
            }
          }
        }
      }
    },
    "required": [
      "chain",
      "fetchedAt",
      "network",
      "newContracts",
      "trendingTokens",
      "txTrend14d"
    ]
  },
  "creatorAddress": "0xef2cc7d15d3421629f93ffa39727f14179f31c75",
  "tags": [
    "base",
    "ecosystem",
    "trending",
    "contracts",
    "tokens",
    "tvl",
    "gas",
    "radar"
  ],
  "pricing": [
    {
      "amount": "0.03",
      "asset": "USDC",
      "recipient": "0xef2cc7d15d3421629f93ffa39727f14179f31c75",
      "protocol": "x402"
    }
  ],
  "authentication": [
    {
      "type": "siwe",
      "description": "Sign In With Ethereum. Holders of the Axiom Tool Pass NFT get free unlimited access. Sign a SIWE message proving wallet ownership; the server verifies your wallet holds the pass on-chain.",
      "header": "Authorization: SIWE <base64url(message)>.<0xsignature>",
      "passContract": "0xfc9ce3990f85fA1A3a0eE51a710642396a6Cad82",
      "chain": "base",
      "chainId": 8453,
      "collection": "https://opensea.io/collection/axiom-tool-pass"
    },
    {
      "type": "x402",
      "description": "Pay per call in USDC on Base via the x402 protocol. No account or API key needed.",
      "header": "x-payment: <x402 authorization>"
    }
  ],
  "onChain": {
    "registry": "0x265BB2DBFC0A8165C9A1941Eb1372F349baD2cf1",
    "chainId": 8453,
    "toolId": 193
  }
}
