Top-selling x402 bazaar services by unique paying buyers in the last 30 days
Top-selling x402 bazaar services by unique paying buyers in the last 30 days. Send {"limit":25}, optionally with {"query":"weather"} or {"max_price_usd":0.01}. Per listing: resource URL, host, price, networks, 30-day calls and unique payers, last call time, and description, plus a host leaderboard. Skips listings whose only payment is their own indexing call. From Coinbase discovery metrics, refreshed every 6 hours.
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
POST https://audit.152-53-82-29.sslip.io/v1/bestsellers
| Category | Code and developer |
|---|---|
| Provider host | audit.152-53-82-29.sslip.io |
| Networks | eip155:137, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| 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)
{
"body": {
"limit": 25
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"limit": {
"description": "Listings to return, default 25",
"maximum": 50,
"minimum": 1,
"type": "integer"
},
"max_price_usd": {
"description": "Optional price ceiling in USD",
"type": "number"
},
"query": {
"description": "Optional keyword filter; every word must match",
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"bazaar_listings": {
"type": "integer"
},
"data_as_of": {
"type": "string"
},
"filter": {
"type": "object"
},
"listings_with_outside_payers": {
"type": "integer"
},
"notes": {
"items": {
"type": "string"
},
"type": "array"
},
"top_hosts": {
"items": {
"properties": {
"calls_30d": {
"type": "integer"
},
"host": {
"type": "string"
},
"listings": {
"type": "integer"
},
"listings_with_demand": {
"type": "integer"
},
"max_unique_payers_30d": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"top_listings": {
"items": {
"properties": {
"calls_30d": {
"type": "integer"
},
"description": {
"type": "string"
},
"host": {
"type": "string"
},
"last_called_at": {
"type": [
"string",
"null"
]
},
"networks": {
"items": {
"type": "string"
},
"type": "array"
},
"price_usd": {
"type": [
"number",
"null"
]
},
"resource": {
"type": "string"
},
"unique_payers_30d": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}