ToolAssay

Discover newly active Solana tokens ranked by genuine organic activity, filtered

Discover newly active Solana tokens ranked by genuine organic activity, filtered to exclude wash trading. Optionally filter by minimum organic score and holder count. Call this to find tokens worth researching further with /analyze or /safety. — $0.01 USDC

Answeringour last check, 2026-09-24
1 of 1checks answered this week
882 msmedian answer time
n/alisted 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

POST https://svm402.com/discover

CategoryMarket data
Provider hostsvm402.com
Networkssolana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days644 from 4 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402 882 ms

Example input (from the provider)

{
  "body": {
    "limit": 10,
    "min_holders": 500,
    "min_organic_score": 60
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "limit": {
              "default": 50,
              "description": "Maximum tokens to return (1-50)",
              "maximum": 50,
              "minimum": 1,
              "type": "integer"
            },
            "min_holders": {
              "default": 0,
              "description": "Filter by minimum holder count",
              "minimum": 0,
              "type": "integer"
            },
            "min_organic_score": {
              "default": 0,
              "description": "Filter by minimum organic score (0-100)",
              "maximum": 100,
              "minimum": 0,
              "type": "number"
            }
          },
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON