ToolAssay

Pollable tape of follow/unfollow transitions by Robinhood Chain principal accoun

Pollable tape of follow/unfollow transitions by Robinhood Chain principal accounts on X — each followed handle crossed with its measured caller record

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1372 msmedian answer time
$0.02listed price per call
$0.02price 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/social/follows

CategoryEverything else
Provider hostapi.robinx.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days6 from 5 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 1372 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "limit": 50
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "queryParams": {
          "properties": {
            "event": {
              "description": "follow | unfollow",
              "type": "string"
            },
            "limit": {
              "type": "integer"
            },
            "since": {
              "description": "ISO cursor from a prior call",
              "type": "string"
            },
            "watched": {
              "description": "filter to one watched principal handle",
              "type": "string"
            }
          },
          "type": "object"
        }
      },
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "data": {
            "events": [
              {
                "at": "2026-07-25T06:00:00Z",
                "event": "follow",
                "followed_caller_record": {
                  "calls": 5,
                  "early_rate": 0.8
                },
                "followed_followers": 41200,
                "followed_handle": "some_account",
                "id": 1,
                "watched": "watched_principal"
              }
            ]
          }
        }
      },
      "type": "object"
    }
  }
}

This page as JSON