ToolAssay

Watchlist alerts for up to 25 reward coins since `since`

Watchlist alerts for up to 25 reward coins since `since`: payout_landed, payout_stale (no payout for 24h+), stopped_trading (no 24h volume), holders_change (±10% default), and rewards_since (paid to holders, quote + USD). Plus current payout status per coin. From the 10-minute index in milliseconds; poll it and pass checked_at back as since.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.005listed 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://api.solenrich.com/entrypoints/stonk-alerts/invoke

CategoryMarket data
Provider hostapi.solenrich.com
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days2 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)

{
  "body": {
    "mints": [
      "HcRLc9VDgjLeK154xDawfb1dmVJ98DoSqcwTHGqiDeJR"
    ],
    "since": "2026-09-23T00:00:00Z"
  },
  "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": {
            "format": {
              "default": "json",
              "enum": [
                "json",
                "llm",
                "both"
              ],
              "type": "string"
            },
            "min_holders_change_pct": {
              "default": 10,
              "maximum": 1000,
              "minimum": 1,
              "type": "number"
            },
            "mints": {
              "description": "Reward coin mints to watch",
              "items": {
                "maxLength": 44,
                "minLength": 32,
                "type": "string"
              },
              "maxItems": 25,
              "minItems": 1,
              "type": "array"
            },
            "since": {
              "description": "ISO time of your last check; older than 31 days is clamped",
              "format": "date-time",
              "type": "string"
            },
            "stale_after_hours": {
              "default": 24,
              "maximum": 168,
              "minimum": 1,
              "type": "number"
            }
          },
          "required": [
            "mints",
            "since"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "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