Ranked list of live x402 endpoints (top 50) filtered by keyword, network and max
Ranked list of live x402 endpoints (top 50) filtered by keyword, network and max price, ordered by Settled quality score. Use it to find a working alternative to a dead or overpriced endpoint.
Answeringour last check, 2026-09-27
1 of 1checks answered this week
48 msmedian answer time
$0.005listed price per call
$0.005price 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://settled.justinedwardvolmer.workers.dev/v1/endpoints
| Category | Market data |
|---|---|
| Provider host | settled.justinedwardvolmer.workers.dev |
| 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-27 | valid payment request | 402 | $0.005 | 48 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"limit": "20",
"max_price": "0.01",
"network": "eip155:8453",
"q": "search"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"limit": {
"description": "1\u201350, default 20",
"type": "string"
},
"max_price": {
"description": "Maximum USD price per call",
"type": "string"
},
"network": {
"description": "CAIP-2 network filter, e.g. eip155:8453",
"type": "string"
},
"q": {
"description": "Keyword matched against URL, description, service name and tags",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}