mirrored listing x402 eip155:8453

New token scan with a safety verdict attached: today's new Base pools above your liquidity

New token scan with a safety verdict attached: today's new Base pools above your liquidity floor, each already checked for honeypot, taxes and owner powers. One call instead of N+1

Do you run agenttoll.app? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
8000 (raw units)
price
22
calls / 30d
2
unique payers
2026-09-16
updated

Provider

agenttoll.app · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xe55359021a6a22d8385b827405991c56075f56f8",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "8000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "minLiquidity": 25000,
          "pools": 3
        },
        "type": "http"
      },
      "output": {
        "example": {
          "at": "2026-08-06T10:00:00.000Z",
          "chain": "base",
          "disclaimer": "Automated checks against public data, not investment advice.",
          "minLiquidityUsd": 25000,
          "pools": [
            {
              "createdAt": "2026-08-06T09:12:44Z",
              "liquidityUsd": 445120.5,
              "name": "SAAS / WETH 1%",
              "pool": "0x1c3a...9d2e",
              "priceUsd": 0.0021,
              "safety": {
                "failed": [
                  "liquidity"
                ],
                "unchecked": [],
                "verdict": "high-risk",
                "warnings": [
                  "creator-stake"
                ]
              },
              "token": "0x74bb95da6692c34ee9755ac87ea10366653dbc77",
              "volume24hUsd": 88410.2
            }
          ],
          "source": "geckoterminal-new-pools",
          "summary": {
            "caution": 2,
            "checked": 3,
            "clear": 0,
            "found": 3,
            "highRisk": 1,
            "insufficientData": 0,
            "unchecked": 0
          }
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "minLiquidity": {
                  "description": "Optional. Liquidity floor in USD, default 15000",
                  "minimum": 0,
                  "type": "number"
                },
                "pools": {
                  "description": "Optional. How many pools to check, default 3",
                  "maximum": 4,
                  "minimum": 1,
                  "type": "integer"
                }
              },
              "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"
    }
  }
}

Use it

curl

curl "https://agenttoll.app/api/base/scout"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://agenttoll.app/api/base/scout");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://agenttoll.app/api/base/scout")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/4006.json, and this resource appears in /discovery/resources and /discovery/search.