ToolAssay

Token-level feature row for one Robinhood Chain token

Token-level feature row for one Robinhood Chain token: launch facts, current activity/deployer/price/caller state, and the observed mention record — inputs for your own model (no score, no recommendation)

Answeringour last check, 2026-09-24
1 of 1checks answered this week
620 msmedian answer time
$0.03listed price per call
$0.03price 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.robinx.io/agent/features

CategoryMarket data
Provider hostapi.robinx.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days7 from 6 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.03 620 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "token": "0x020bfC650A365f8BB26819deAAbF3E21291018b4"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "queryParams": {
          "properties": {
            "token": {
              "description": "Robinhood Chain token address (0x\u202640 hex) \u2014 required",
              "type": "string"
            }
          },
          "required": [
            "token"
          ],
          "type": "object"
        }
      },
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "data": {
            "chain": "robinhood-4663",
            "coverage": {
              "chain": "4663 only"
            },
            "current_state": {
              "activity": {
                "is_real": true,
                "measured": true,
                "swaps": 84864,
                "traders": 10808,
                "weth_vol": 69121.878
              },
              "caller_state": {
                "available": true,
                "best_caller_early_rate": 0.8,
                "measured_caller_count": 62
              },
              "deployer_record": {
                "available": true,
                "launched": 9,
                "score": 68
              },
              "history": "none - recomputed in place",
              "price": {
                "fdv_weth": 25023.24,
                "last_px_weth": 2.50232e-05,
                "stale": false
              },
              "structure": {
                "available": false
              }
            },
            "identity": {
              "first_observed_at": "2026-07-12T09:14:00Z",
              "launch_block": 88836,
              "symbol": "CASHCAT"
            },
            "known": true,
            "observed": {
              "clock": "captured_at - immutable",
              "mentions": {
                "available": true,
                "total": 867
              }
            },
            "point_in_time": false,
            "token": "0x020bfC650A365f8BB26819deAAbF3E21291018b4"
          }
        }
      },
      "type": "object"
    }
  }
}

This page as JSON