ToolAssay

Use when an agent wants one-call situational awareness of the x402 Bazaar before

Use when an agent wants one-call situational awareness of the x402 Bazaar before choosing what to buy or sell. 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.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.002listed price per call
n/aprice 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-pulse

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

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {},
  "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": {},
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "as_of": {
          "type": "string"
        },
        "generated_at": {
          "type": "string"
        },
        "networks": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "top_services": {
          "items": {
            "properties": {
              "calls_30d": {
                "type": "integer"
              },
              "listings": {
                "type": "integer"
              },
              "name": {
                "type": "string"
              },
              "payers_30d": {
                "type": "integer"
              }
            },
            "type": "object"
          },
          "type": "array"
        },
        "totals": {
          "properties": {
            "calls_30d": {
              "type": "integer"
            },
            "resources": {
              "type": "integer"
            },
            "sellers": {
              "type": "integer"
            }
          },
          "type": "object"
        }
      },
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON