Use when an agent needs bazaar listing lint
Use when an agent needs bazaar listing lint. Returns Quality-score an x402 Bazaar listing (0-100): live SSRF-guarded probe of the resource for a valid 402 challenge with description/output-schema/category/price-floor checks, plus snapshot-history analysis from daily full-catalogue Bazaar snapshots (price churn, delisting). $0.01.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
20 msmedian answer time
$0.01listed price per call
$0.01price 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-listing-lint
| Category | Code and developer |
|---|---|
| Provider host | api.oblique.markets |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 9 from 2 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.01 | 20 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"resource": "The listed resource URL to lint"
},
"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": {
"resource": {
"description": "The listed resource URL to lint",
"type": "string"
}
},
"required": [
"resource"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"checked_at": {
"type": "string"
},
"findings": {
"items": {
"type": "string"
},
"type": "array"
},
"history": {
"properties": {
"first_seen": {
"type": "string"
},
"last_seen": {
"type": "string"
},
"snapshots_seen": {
"type": "integer"
}
},
"type": "object"
},
"live": {
"properties": {
"is_x402": {
"type": "boolean"
},
"reachable": {
"type": "boolean"
}
},
"type": "object"
},
"resource": {
"type": "string"
},
"score": {
"type": "integer"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}