Newest Arc token launches, attributed to their pad and deployer at mint, with tr
Newest Arc token launches, attributed to their pad and deployer at mint, with transfer and recipient counts — filter by pad
Not tested: has real-world effectsour last check, 2026-09-25
0 of 0checks answered this week
n/amedian answer time
$0.02listed 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
GET https://api.robinx.io/arc/feed/new
| 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
We never call tools that send, buy, move money or file anything, not even without paying.
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": {
"before_block": {
"description": "cursor from next_before_block",
"type": "integer"
},
"limit": {
"description": "1-200, default 50",
"type": "integer"
},
"min_transfers": {
"type": "integer"
},
"via": {
"description": "filter to one pad/factory address",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"output": {
"properties": {
"example": {
"data": {
"coverage": {
"chain": "arc-5042",
"live": false,
"measured_through_block": 20337292
},
"matched": 859,
"next_before_block": 14584784,
"tokens": [
{
"deployer": "0xa9d829848f8accb65769f11b9e8678098ea01d16",
"first_block": 14584784,
"first_pool_kind": "v3_PoolCreated",
"name": "usdc is cool",
"recipients": 1764,
"symbol": "COOL",
"token": "0xeb64987643db71c76b2a2be7e723decc995e5b37",
"transfers": 18350,
"via": "0x4b638c1502a07a8e1a26112ee98f51a3f34bc93a",
"via_identity": "RadarDEX (ex-ArcDEXScan) launch factory"
}
]
}
}
},
"type": "object"
}
}
}