ToolAssay

Recently launched pump.fun memecoins on Solana with holder, creator and rug-flag

Recently launched pump.fun memecoins on Solana with holder, creator and rug-flag labels. Use to screen the new Solana tokens launched on pump.fun in the last hour in one call; to poll continuously use the $0.001 delta feed (GET /v1/launches/since, MCP launches_since), and for one mint the $0.005 rug check.

Not tested: has real-world effectsour last check, 2026-09-27
0 of 0checks answered this week
n/amedian answer time
$0.01listed price per call
n/aprice 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://api.loopholetape.com/v1/base/launches/recent

CategoryMarket data
Provider hostapi.loopholetape.com
Networkseip155:196, eip155:4663, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "exclude_mayhem": true,
    "limit": 50,
    "max_age_s": 3600,
    "min_rs": 0,
    "only_alive": false
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "exclude_mayhem": {
              "default": true,
              "type": "boolean"
            },
            "limit": {
              "default": 50,
              "type": "integer"
            },
            "max_age_s": {
              "default": 3600,
              "type": "number"
            },
            "min_rs": {
              "default": 0,
              "type": "number"
            },
            "only_alive": {
              "default": false,
              "type": "boolean"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "coverage": {},
            "data": {},
            "ok": {}
          },
          "required": [
            "ok",
            "coverage",
            "data"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON