Wallet-entity appearances across the accumulated holder-snapshot archive
Wallet-entity appearances across the accumulated holder-snapshot archive
Answeringour last check, 2026-09-24
1 of 1checks answered this week
241 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
GET https://api.robinx.io/entity/:address
| Category | Market data |
|---|---|
| Provider host | api.robinx.io |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 241 ms |
Example input (from the provider)
{
"method": "GET",
"pathParams": {
"address": "0xcdfc08a1c1fbafb355645e5ddc32122e5716ca90"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"queryParams": {
"properties": {
"address": {
"description": "wallet/token contract address 0x\u2026",
"type": "string"
}
},
"required": [
"address"
],
"type": "object"
}
},
"type": "object"
},
"output": {
"properties": {
"example": {
"data": {
"tokens": [
{
"latest_balance": 1250000,
"snapshots": 4,
"token": "0x020bfC650A365f8BB26819deAAbF3E21291018b4"
}
]
}
}
},
"type": "object"
}
}
}