Agent-market demand snapshot: per-category demand scores (defi, nft, infra, social, analyt
Agent-market demand snapshot: per-category demand scores (defi, nft, infra, social, analytics) with sample sizes, data-source labels, and confidence grades. Input: optional ?category= query filter. Output: JSON { generated_at, categories[], meta }.
10000 (raw units)
price
3
calls / 30d
1
unique payers
2026-08-11
updated
Provider
trusted-x402.compose.land · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x1DdF747975C4EbeaF48e14A5110F7EAb6B0807f2",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"category": "defi"
},
"type": "http"
},
"output": {
"example": {
"categories": [
{
"category": "defi",
"confidence": "preliminary",
"demand_score": 0.82,
"name": "defi",
"sample_size": 1240,
"source": "manual-bazaar-research"
}
],
"generated_at": "2026-08-11T00:00:00.000Z",
"meta": {
"network": "eip155:8453"
}
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"category": {
"enum": [
"defi",
"nft",
"infra",
"social",
"analytics"
],
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"categories": {
"items": {
"properties": {
"category": {
"type": "string"
},
"confidence": {
"type": "string"
},
"demand_score": {
"type": "number"
},
"name": {
"type": "string"
},
"sample_size": {
"type": "number"
},
"source": {
"type": "string"
}
},
"required": [
"name",
"category",
"demand_score",
"sample_size",
"source",
"confidence"
],
"type": "object"
},
"type": "array"
},
"generated_at": {
"type": "string"
},
"meta": {
"type": "object"
}
},
"required": [
"generated_at",
"categories",
"meta"
],
"type": "object"
},
"type": {
"const": "json",
"type": "string"
}
},
"required": [
"type",
"example"
],
"type": "object"
}
},
"type": "object"
}
}
}Use it
curl
curl "https://trusted-x402.compose.land/v1/agent-market-snapshot" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://trusted-x402.compose.land/v1/agent-market-snapshot");
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://trusted-x402.compose.land/v1/agent-market-snapshot")
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/13244.json, and this resource appears in /discovery/resources and /discovery/search.