ToolAssay

Stateful Robinhood Chain survivor and acceleration audit for agents before they

Stateful Robinhood Chain survivor and acceleration audit for agents before they promote, discuss, or route around a token. Returns repeated-snapshot momentum evidence, market-cap lane, holder/social gates, blacklist flags, and a non-trading grade.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
586 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

POST https://api.sys84.org/v1/services/robinhood_token_traction_audit

CategoryCode and developer
Provider hostapi.sys84.org
Networkseip155:4663, eip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

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

Example input (from the provider)

{
  "body": {
    "chain": "robinhood",
    "include_raw": true,
    "token_address": "0x020bfc650a365f8bb26819deaabf3e21291018b4"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "body": {
          "properties": {
            "chain": {
              "description": "string optional, default robinhood",
              "type": "string"
            },
            "include_raw": {
              "description": "boolean optional, include matched monitor row for debugging",
              "type": "boolean"
            },
            "token_address": {
              "description": "string Robinhood Chain token contract address",
              "type": "string"
            }
          },
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "GET",
            "POST",
            "PUT",
            "PATCH",
            "DELETE",
            "HEAD"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "chain": {
              "description": "string optional, default robinhood",
              "type": "string"
            },
            "include_raw": {
              "description": "boolean optional, include matched monitor row for debugging",
              "type": "boolean"
            },
            "token_address": {
              "description": "string Robinhood Chain token contract address",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "blacklist": {
              "description": "object operator blacklist and suspicious wallet hits",
              "type": "object"
            },
            "confidence": {
              "description": "number 0-1",
              "type": "number"
            },
            "dexscreener_url": {
              "description": "string",
              "type": "string"
            },
            "evidence_receipt": {
              "description": "object deterministic receipt id, observation window, recheck time, and validity time",
              "type": "object"
            },
            "execution_authorized": {
              "description": "boolean false",
              "type": "boolean"
            },
            "grade": {
              "description": "string avoid/watch/traction/high-risk hype",
              "type": "string"
            },
            "holder_count": {
              "description": "number",
              "type": "number"
            },
            "market_cap_usd": {
              "description": "number",
              "type": "number"
            },
            "not_trade_advice": {
              "description": "boolean true",
              "type": "boolean"
            },
            "reasons": {
              "description": "array machine-readable evidence reasons",
              "type": "array"
            },
            "risk_flags": {
              "description": "array machine-readable risk flags",
              "type": "array"
            },
            "social_count": {
              "description": "number",
              "type": "number"
            },
            "survivor_acceleration": {
              "description": "object observations, score, state, changes, reasons, and penalties; one observation remains unproven",
              "type": "object"
            },
            "trend_state": {
              "description": "string new_watch/accumulating/steady/fading/unknown",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON