$0.5
per call · USD Coin on Base
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.
Endpoint
GET https://api.oblique.markets/api/v1/paid/bazaar-market-report6
Calls / 30d
2
Unique payers / 30d
Sep 5
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://api.oblique.markets/api/v1/paid/bazaar-market-report", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.oblique.markets/api/v1/paid/bazaar-market-report" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"as_of": "2026-08-10",
"compared_to": "2026-08-09",
"engaged_listings": {
"count": 1284,
"min_payers": 5
},
"generated_at": "2026-08-10T12:00:00.000Z",
"movers": [
{
"calls_30d": 48210,
"calls_delta": 5120,
"name": "fastsearch"
}
],
"networks": [
{
"calls_30d": 219800,
"listings": 11840,
"network": "base",
"share": 0.8159
},
{
"calls_30d": 41640,
"listings": 2672,
"network": "solana",
"share": 0.1841
}
],
"new_entrants": {
"count": 37,
"sample": [
"https://api.fastsearch.example.com/x402/query"
]
},
"price": {
"atomic": {
"max": 5000000000,
"min": 10,
"p25": 1000,
"p50": 5000,
"p75": 20000,
"p90": 100000
},
"bands": [
{
"count": 3121,
"label": "<0.001",
"share": 0.2232
},
{
"count": 4482,
"label": "0.001-0.005",
"share": 0.3205
},
{
"count": 3350,
"label": "0.005-0.02",
"share": 0.2396
},
{
"count": 1904,
"label": "0.02-0.1",
"share": 0.1362
},
{
"count": 862,
"label": "0.1-1",
"share": 0.0616
},
{
"count": 265,
"label": "1+",
"share": 0.019
}
],
"n": 13984,
"usd": {
"max": 5000,
"min": 0.00001,
"p25": 0.001,
"p50": 0.005,
"p75": 0.02,
"p90": 0.1
}
},
"top_sellers": [
{
"calls_30d": 48210,
"listings": 12,
"payers_30d": 1930,
"seller": "0x1a2B3c4D5e6F7a8B9c0D1e2F3a4B5c6D7e8F9a0B"
}
],
"top_services_by_calls": [
{
"calls_30d": 48210,
"listings": 3,
"name": "fastsearch",
"payers_30d": 1930
}
],
"top_services_by_payers": [
{
"calls_30d": 21055,
"listings": 2,
"name": "chaindata-feeds",
"payers_30d": 2640
}
],
"totals": {
"calls_30d": 261440,
"networks": 3,
"payers_30d": 41210,
"resources": 14512,
"sellers": 862
}
}Payment details
0x970007590acc5c938cd51345b17af51b1b40d3abUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Market Data and the homepage with a featured placement.
More from Oblique Markets & similar services
Oblique Markets · Paid Time
api.oblique.markets
Use when an agent needs time. Returns Current server time. $0.01.
Oblique Markets · Paid Bazaar Pulse
api.oblique.markets
Use when an agent needs bazaar pulse. Returns Live x402 Bazaar market pulse: trending services, call volumes, new listings, and catalog changes from daily full-catalog snapshots. Machine-readable JSON for agent-market research. $0.002.
Oblique Markets · Paid Base GAS Price
api.oblique.markets
Use when an agent needs base gas price. Returns Current Base gas price: fetch EIP-1559 latest-block base fee and gas price in wei and gwei from redundant public RPCs, with block freshness metadata for transaction planning. $0.002.