Oblique Markets · Paid Bazaar Price Stats

by Oblique Markets

GETBaseSolana

$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-stats

18

Calls / 30d

10

Unique payers / 30d

Sep 9

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0x970007590acc5c938cd51345b17af51b1b40d3ab
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Market Data and the homepage with a featured placement.

Get featured →

More from Oblique Markets & similar services