{
  "x402Version": 2,
  "id": 4002,
  "slug": "4002",
  "resource": "https://agenttoll.app/api/base/radar",
  "description": "New token radar on Base with a liquidity floor: pools created in the last 24 hours that already hold real liquidity; ?minLiquidity sets the spam floor in USD, default 10000. Each pool carries its token address, so anything interesting can go straight to /api/base/safety",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xe55359021a6a22d8385b827405991c56075f56f8",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "3000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "limit": 5,
            "minLiquidity": 50000
          },
          "type": "http"
        },
        "output": {
          "example": {
            "at": "2026-08-05T13:31:58.678Z",
            "chain": "base",
            "count": 1,
            "minLiquidityUsd": 10000,
            "pools": [
              {
                "createdAt": "2026-08-05T13:01:33Z",
                "liquidityUsd": 14246.1,
                "name": "BASED / ETH 1%",
                "pool": "0x2acb...cac0",
                "priceUsd": 0.0000156,
                "token": "0xb6bb786056c690e41b20a587573fd77aade2eb07",
                "volume24hUsd": 19071.46
              }
            ],
            "source": "geckoterminal-new-pools"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "limit": {
                    "description": "Optional. How many pools, default 15",
                    "maximum": 30,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "minLiquidity": {
                    "description": "Optional. Liquidity floor in USD, default 10000",
                    "minimum": 0,
                    "type": "number"
                  }
                },
                "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-09-08T08:30:06.744Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-08T08:30:06.401Z"
  },
  "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"
  }
}