Use when an agent needs bazaar market report
Use when an agent needs bazaar market report. Returns Comprehensive x402 Bazaar market report from the latest daily full-catalogue snapshot: marketplace totals, price percentiles and USD bands, network split, top 15 services by settled calls and by unique payers, top 10 sellers, new entrants vs the prior snapshot, top movers by call growth, and the count of listings with real repeat demand (>=5 unique 30d payers). $0.50.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
21 msmedian answer time
$0.5listed price per call
$0.5price 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://api.oblique.markets/api/v1/paid/bazaar-market-report
| Category | Market data |
|---|---|
| Provider host | api.oblique.markets |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.5 | 21 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {},
"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",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"as_of": {
"type": "string"
},
"compared_to": {
"type": "string"
},
"engaged_listings": {
"properties": {
"count": {
"type": "integer"
},
"min_payers": {
"type": "integer"
}
},
"type": "object"
},
"generated_at": {
"type": "string"
},
"movers": {
"items": {
"properties": {
"calls_30d": {
"type": "integer"
},
"calls_delta": {
"type": "integer"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"networks": {
"items": {
"properties": {
"calls_30d": {
"type": "integer"
},
"listings": {
"type": "integer"
},
"network": {
"type": "string"
},
"share": {
"type": "number"
}
},
"type": "object"
},
"type": "array"
},
"new_entrants": {
"properties": {
"count": {
"type": "integer"
},
"sample": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"price": {
"properties": {
"atomic": {
"type": "object"
},
"bands": {
"items": {
"type": "object"
},
"type": "array"
},
"n": {
"type": "integer"
},
"usd": {
"type": "object"
}
},
"type": "object"
},
"top_sellers": {
"items": {
"properties": {
"calls_30d": {
"type": "integer"
},
"listings": {
"type": "integer"
},
"payers_30d": {
"type": "integer"
},
"seller": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"top_services_by_calls": {
"items": {
"properties": {
"calls_30d": {
"type": "integer"
},
"listings": {
"type": "integer"
},
"name": {
"type": "string"
},
"payers_30d": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"top_services_by_payers": {
"items": {
"properties": {
"calls_30d": {
"type": "integer"
},
"listings": {
"type": "integer"
},
"name": {
"type": "string"
},
"payers_30d": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
},
"totals": {
"properties": {
"calls_30d": {
"type": "integer"
},
"networks": {
"type": "integer"
},
"payers_30d": {
"type": "integer"
},
"resources": {
"type": "integer"
},
"sellers": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}