$0.002
per call · USD Coin on Base
Use when an agent needs bazaar price stats. Returns x402 Bazaar price distribution across the latest daily full-catalogue snapshot: min/p25/p50/p75/p90/max in atomic units and USD, USD price bands with shares, and per-network listing counts with median price. Optional ?network= filter. $0.002.
Endpoint
GET https://api.oblique.markets/api/v1/paid/bazaar-price-stats18
Calls / 30d
10
Unique payers / 30d
Sep 9
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-price-stats", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.oblique.markets/api/v1/paid/bazaar-price-stats?network=Optional+network+filter+%28e.g.+%27base%27%2C+%27solana%27%29%3B+omit+for+al" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"as_of": "2026-08-10",
"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
}
],
"by_network": [
{
"median_atomic": 5000,
"n": 11208,
"network": "base"
},
{
"median_atomic": 4000,
"n": 2776,
"network": "solana"
}
],
"generated_at": "2026-08-10T12:00:00.000Z",
"n": 13984,
"usd": {
"max": 5000,
"min": 0.00001,
"p25": 0.001,
"p50": 0.005,
"p75": 0.02,
"p90": 0.1
}
}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.