Listed, able to charge, and still not selling? We join the Bazaar catalog with measured on
Listed, able to charge, and still not selling? We join the Bazaar catalog with measured on-chain revenue and report the median profile of the top fifth of earners, of everyone earning anything, and of those earning nothing, alongside your own. In our data the top fifth list 14 resources to the zero group one, and write 190-character descriptions to their 370. Correlations across services, not advice. ?domain=.
30000 (raw units)
price
3
calls / 30d
2
unique payers
2026-09-16
updated
Provider
x402.dailyelo.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xD617a7145ca56E3ed58d639F9DEC6999B22441eE",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "30000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"domain": "your-service.com"
},
"type": "http"
},
"output": {
"example": {
"cohorts": {
"no_revenue": {
"desc_chars": 370.5,
"price_usd": 0.02,
"resources": 1,
"services": 148
},
"top_20pct_by_revenue": {
"desc_chars": 189.5,
"price_usd": 0.05,
"resources": 14,
"services": 144
}
},
"difference_vs_top_20pct": {
"description_chars_median": 180.5,
"resources_listed": -13
},
"observed": true,
"schema": "salesgap/v1",
"window_days": 30,
"you": {
"calls": 0,
"description_chars_median": 370,
"price_usd_median": 0.02,
"resources_listed": 1,
"revenue_usd": 0
}
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"description": "Listed, able to charge, and still not selling? We join the Bazaar catalog with measured on-chain revenue and report the median profile of the top fifth of earners, of everyone earning anything, and of those earning nothing — alongside your own figures and the gap. Correlations across services, not advice. ?domain=<yours>; omit for the cohort profiles alone.",
"properties": {
"domain": {
"description": "your domain, to compare against the cohorts",
"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"
}
}
}Use it
curl
curl "https://x402.dailyelo.com/v1/sales/gap" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://x402.dailyelo.com/v1/sales/gap");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://x402.dailyelo.com/v1/sales/gap")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/2231.json, and this resource appears in /discovery/resources and /discovery/search.