Aura machine-readable x402 Bazaar market snapshot: Base-USDC price distribution, category
Aura machine-readable x402 Bazaar market snapshot: Base-USDC price distribution, category demand, freshness, newest listings
10000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-12
updated
Provider
aura-revenue.helionixlabs.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x56a093255D6E0536109b5F255Fc71Bb74BfE5838",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"keywords": [
"trading",
"audit"
]
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"catalogTotal": 25000,
"categoryCounts": {
"data": 250,
"trading": 392
},
"computedAt": "2026-07-17T12:00:00.000Z",
"freshness": {
"datedResources": 1000,
"shareUpdatedWithin7d": 0.72
},
"newestResources": [],
"price": {
"medianUsd": 0.01,
"p90Usd": 0.1,
"shareAtOrAbove2Usd": 0.004,
"shareAtOrBelow10Cents": 0.92
},
"productId": "x402-bazaar-market-pulse",
"requestedKeywordCounts": {
"audit": 135,
"trading": 392
},
"sampledResources": 1000
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"keywords": {
"items": {
"maxLength": 32,
"minLength": 1,
"type": "string"
},
"maxItems": 10,
"type": "array"
}
},
"required": []
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"properties": {
"catalogTotal": {
"type": [
"number",
"null"
]
},
"categoryCounts": {
"type": "object"
},
"computedAt": {
"type": "string"
},
"freshness": {
"type": "object"
},
"newestResources": {
"type": "array"
},
"price": {
"type": "object"
},
"productId": {
"type": "string"
},
"requestedKeywordCounts": {
"type": [
"object",
"null"
]
},
"sampledResources": {
"type": "number"
}
},
"required": [
"productId",
"computedAt",
"sampledResources",
"price",
"categoryCounts"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://aura-revenue.helionixlabs.com/x402/data/bazaar-market-pulse" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://aura-revenue.helionixlabs.com/x402/data/bazaar-market-pulse");
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://aura-revenue.helionixlabs.com/x402/data/bazaar-market-pulse")
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/2490.json, and this resource appears in /discovery/resources and /discovery/search.