bazaar-demand
nip.io / sslip.io
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.01 USDC on Base to 0x9Ea5…FBa0e. The signed payment is good for 5 minutes.
- Paid to
- 0x9Ea5…FBa0e
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 10000 smallest units
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- 0x9Ea5…FBa0e
- Token contract
- 0x3c49…c3359
- Payment window
- 5 minutes
That figure is in the token’s smallest units. Roundhouse does not hold this contract’s decimals, so it is shown as published rather than converted.
- Paid to
- EtmTq4…rZHHd
- Token contract
- EPjFWd…TDt1v
- Payment window
- 5 minutes
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x9Ea52806dB0b25a8130D2b210D5336eC1DCFBa0e",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x9Ea52806dB0b25a8130D2b210D5336eC1DCFBa0e",
"amount": "10000",
"scheme": "exact",
"network": "eip155:137",
"maxTimeoutSeconds": 300
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"
},
"payTo": "EtmTq4WoUyKvh5aPpB4xXNDRQDQmPSYBzLGLKJprZHHd",
"amount": "10000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"limit": 10,
"query": "pdf to markdown"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"notes": [
"Every indexed listing has at least one payment (the indexing call). Demand here means 2 or more unique payers."
],
"query": "pdf to markdown",
"demand": {
"calls_30d": 552,
"max_unique_payers_30d": 8,
"share_with_outside_payers": 0.24,
"listings_with_outside_payers": 6,
"median_unique_payers_30d_among_demand": 4
},
"supply": {
"hosts": 19,
"listings": 25,
"called_last_7d": 12
},
"verdict": {
"label": "contested",
"reason": "19 hosts sell this, and 6 of 25 listings have outside payers. Compete on price, schema quality, or a narrower angle."
},
"price_usd": {
"all": {
"n": 25,
"max": 0.1,
"min": 0.001,
"p25": 0.005,
"p75": 0.02,
"median": 0.01
},
"with_demand": {
"n": 6,
"max": 0.02,
"min": 0.005,
"p25": 0.005,
"p75": 0.01,
"median": 0.01
}
},
"top_hosts": [
{
"host": "netintel.dev",
"listings": 2,
"calls_30d": 45,
"listings_with_demand": 1,
"max_unique_payers_30d": 8
}
],
"data_as_of": "2026-09-23T22:00:00Z",
"match_mode": "all-words",
"top_listings": [
{
"host": "netintel.dev",
"networks": [
"eip155:8453"
],
"resource": "https://netintel.dev/api/pdf-to-markdown",
"calls_30d": 41,
"price_usd": 0.01,
"description": "Convert a PDF URL to clean markdown",
"last_called_at": "2026-09-23T15:00:00Z",
"unique_payers_30d": 8
}
],
"bazaar_listings": 16604
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "integer",
"maximum": 25,
"minimum": 1,
"description": "Top listings to return, default 10"
},
"query": {
"type": "string",
"description": "One to six words describing the service, for example pdf to markdown"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"notes": {
"type": "array",
"items": {
"type": "string"
}
},
"query": {
"type": "string"
},
"demand": {
"type": "object",
"properties": {
"calls_30d": {
"type": "integer"
},
"max_unique_payers_30d": {
"type": "integer"
},
"share_with_outside_payers": {
"type": "number"
},
"listings_with_outside_payers": {
"type": "integer"
},
"median_unique_payers_30d_among_demand": {
"type": "integer"
}
}
},
"supply": {
"type": "object",
"properties": {
"hosts": {
"type": "integer"
},
"listings": {
"type": "integer"
},
"called_last_7d": {
"type": "integer"
}
}
},
"verdict": {
"type": "object",
"properties": {
"label": {
"enum": [
"empty",
"no-demand",
"thin-supply",
"contested",
"incumbent-dominated"
],
"type": "string"
},
"reason": {
"type": "string"
}
}
},
"price_usd": {
"type": "object",
"properties": {
"all": {
"type": [
"object",
"null"
],
"properties": {
"n": {
"type": "integer"
},
"max": {
"type": "number"
},
"min": {
"type": "number"
},
"p25": {
"type": "number"
},
"p75": {
"type": "number"
},
"median": {
"type": "number"
}
}
},
"with_demand": {
"type": [
"object",
"null"
],
"properties": {
"n": {
"type": "integer"
},
"max": {
"type": "number"
},
"min": {
"type": "number"
},
"p25": {
"type": "number"
},
"p75": {
"type": "number"
},
"median": {
"type": "number"
}
}
}
}
},
"top_hosts": {
"type": "array",
"items": {
"type": "object",
"properties": {
"host": {
"type": "string"
},
"listings": {
"type": "integer"
},
"calls_30d": {
"type": "integer"
},
"listings_with_demand": {
"type": "integer"
},
"max_unique_payers_30d": {
"type": "integer"
}
}
}
},
"data_as_of": {
"type": "string"
},
"match_mode": {
"enum": [
"all-words",
"most-words"
],
"type": "string"
},
"top_listings": {
"type": "array",
"items": {
"type": "object",
"properties": {
"host": {
"type": "string"
},
"networks": {
"type": "array",
"items": {
"type": "string"
}
},
"resource": {
"type": "string"
},
"calls_30d": {
"type": "integer"
},
"price_usd": {
"type": [
"number",
"null"
]
},
"description": {
"type": "string"
},
"last_called_at": {
"type": [
"string",
"null"
]
},
"unique_payers_30d": {
"type": "integer"
}
}
}
},
"bazaar_listings": {
"type": "integer"
}
}
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-23 21:45Z
- Last indexed by Roundhouse
- 2026-09-24 18:50Z
- Last enriched (probe, favicon, geo)
- 2026-09-23 22:15Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 404
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service bazaar-demand and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=bazaar-demand' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://audit.152-53-82-29.sslip.io/v1/niche, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.