ToolAssay

New token launch scanner — Base and EVM chains, real-time pool data

New token launch scanner — Base and EVM chains, real-time pool data

Answeringour last check, 2026-09-24
1 of 1checks answered this week
768 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://launches.lonestaroracle.xyz/scan

CategoryMarket data
Provider hostlaunches.lonestaroracle.xyz
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days5 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 768 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "chain": "base",
    "hours": 24,
    "limit": 20,
    "min_liquidity": 500
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "category": "data",
  "description": "Real-time new token launches on Base and EVM chains. Pulls from GeckoTerminal and DexScreener \u2014 pool age, liquidity, FDV, buy/sell activity, price changes, and AI market summary.",
  "name": "TokenLaunch \u2014 New Token Launch Scanner",
  "properties": {
    "input": {
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "chain": {
              "default": "base",
              "title": "Chain",
              "type": "string"
            },
            "hours": {
              "default": 24,
              "title": "Hours",
              "type": "integer"
            },
            "limit": {
              "default": 20,
              "title": "Limit",
              "type": "integer"
            },
            "min_liquidity": {
              "default": 500,
              "title": "Min Liquidity",
              "type": "number"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {},
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "tags": [
    "token-launch",
    "new-tokens",
    "base",
    "dex",
    "alpha",
    "defi"
  ],
  "type": "object",
  "version": "1.0.0"
}

This page as JSON