Use when an agent needs bazaar category heat feed
Use when an agent needs bazaar category heat feed. Returns Loopable Bazaar category-heat change feed with added, removed, rank-change and price-change records, stable cursors and feed timestamps. $0.001079.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
20 msmedian answer time
$0.001079listed price per call
$0.001079price 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
POST https://api.oblique.markets/api/v1/paid/bazaar-category-heat-feed
| Category | Market data |
|---|---|
| Provider host | api.oblique.markets |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 12 from 4 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.001079 | 20 ms |
Example input (from the provider)
{
"body": {
"categories": [
"example"
],
"client_polled_at": "example",
"cursor": "example",
"max_changes": 1,
"since_snapshot": "example",
"view": "category-feed"
},
"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": {
"categories": {
"items": {
"type": "string"
},
"type": "array"
},
"client_polled_at": {
"type": "string"
},
"cursor": {
"type": "string"
},
"max_changes": {
"type": "integer"
},
"since_snapshot": {
"type": "string"
},
"view": {
"enum": [
"category-feed",
"scout_digest"
],
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"categories": {
"items": {
"type": "string"
},
"type": "array"
},
"changes": {
"type": "array"
},
"feed_timestamp": {
"type": "string"
},
"has_more": {
"type": "boolean"
},
"next_cursor": {
"type": "null"
},
"returned": {
"type": "integer"
},
"since_snapshot": {
"type": "string"
},
"snapshot": {
"type": "string"
},
"total_changes": {
"type": "integer"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}