mirrored listing x402 eip155:8453

New token radar on Base with a liquidity floor: pools created in the last 24 hours that al

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

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
3000 (raw units)
price
4
calls / 30d
3
unique payers
2026-09-08
updated

Provider

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

Payment (x402 accepts[])

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

Output schema

{
  "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"
    }
  }
}

Use it

curl

curl "https://agenttoll.app/api/base/radar"
# -> 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/radar");
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/radar")
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/4002.json, and this resource appears in /discovery/resources and /discovery/search.