Arc token safety score
Arc token safety score: 0-100 with the reasons, for a token or a Uniswap v4 pool. One call, one answer: should you buy this Arc pool? Pass ?pool=<v4 pool id> or ?token=0x… and get a 0-100 safety score with the reasons, fusing the pool fee from its key (on Arc the commonest trap: some pools take 49-93% of every trade), our launch watcher's real buy-then-sell round trip and what it cost, the hook's Uniswap v4 permission bits, and what the pool's FIRST buyer did within its first 8 swaps (we do…
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://apexfaucet.xyz/api/x402/arc-verdict
| Category | Market data |
|---|---|
| Provider host | apexfaucet.xyz |
| Networks | eip155:5042, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 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)
{
"discoverable": true,
"method": "GET",
"queryParams": {
"pool": "0xcdf5b51387e17311af6abfad3aabe27b536090a60dafa35a043efea3a386fa04",
"token": "0x59933f316417c89d9dc5107b30f08c99b774ea9d"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"pool": {
"description": "Uniswap v4 pool id on Arc. Pass this OR token.",
"pattern": "^0x[0-9a-fA-F]{64}$",
"type": "string"
},
"token": {
"description": "Arc token contract address. Pass this OR pool.",
"pattern": "^0x[0-9a-fA-F]{40}$",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}