ToolAssay

Use when an agent needs bazaar price stats

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
22 msmedian answer time
$0.002listed price per call
$0.002price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.oblique.markets/api/v1/paid/bazaar-price-stats

CategoryMarket data
Provider hostapi.oblique.markets
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days16 from 12 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.002 22 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "network": "Optional network filter (e.g. 'base', 'solana'); omit for al"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "network": {
              "description": "Optional network filter (e.g. 'base', 'solana'); omit for all networks.",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "as_of": {
          "type": "string"
        },
        "atomic": {
          "properties": {
            "max": {
              "type": "integer"
            },
            "min": {
              "type": "integer"
            },
            "p25": {
              "type": "integer"
            },
            "p50": {
              "type": "integer"
            },
            "p75": {
              "type": "integer"
            },
            "p90": {
              "type": "integer"
            }
          },
          "type": "object"
        },
        "bands": {
          "items": {
            "properties": {
              "count": {
                "type": "integer"
              },
              "label": {
                "type": "string"
              },
              "share": {
                "type": "number"
              }
            },
            "type": "object"
          },
          "type": "array"
        },
        "by_network": {
          "items": {
            "properties": {
              "median_atomic": {
                "type": "integer"
              },
              "n": {
                "type": "integer"
              },
              "network": {
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": "array"
        },
        "generated_at": {
          "type": "string"
        },
        "n": {
          "type": "integer"
        },
        "usd": {
          "properties": {
            "max": {
              "type": "integer"
            },
            "min": {
              "type": "number"
            },
            "p25": {
              "type": "number"
            },
            "p50": {
              "type": "number"
            },
            "p75": {
              "type": "number"
            },
            "p90": {
              "type": "number"
            }
          },
          "type": "object"
        }
      },
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON