{
  "x402Version": 2,
  "id": 515,
  "slug": "515",
  "resource": "https://api.oblique.markets/api/v1/paid/bazaar-market-report",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x970007590aCC5C938cd51345B17AF51B1B40D3Ab",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "500000",
      "maxTimeoutSeconds": 60
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "GYyTRmt317JafPHXPnM54Fsvsma5GnS9wm6qGMqaykdS",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "500000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "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
              }
            ],
            "new_entrants": {
              "count": 37,
              "sample": [
                "https://api.fastsearch.example.com/x402…"
              ]
            },
            "price": {
              "atomic": {
                "max": 5000000000,
                "min": 10,
                "p25": 1000,
                "p50": 5000,
                "p75": 20000,
                "p90": 100000
              },
              "bands": [
                {
                  "count": 3121,
                  "label": "<0.001",
                  "share": 0.2232
                }
              ],
              "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": "0x1a2B3c4D5e6F7a8B9c0D1e2F3a4B5c6D7e8F9…"
              }
            ],
            "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
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$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"
              },
              "compared_to": {
                "type": "string"
              },
              "engaged_listings": {
                "properties": {
                  "count": {
                    "type": "integer"
                  },
                  "min_payers": {
                    "type": "integer"
                  }
                },
                "type": "object"
              },
              "generated_at": {
                "type": "string"
              },
              "movers": {
                "items": {
                  "properties": {
                    "calls_30d": {
                      "type": "integer"
                    },
                    "calls_delta": {
                      "type": "integer"
                    },
                    "name": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              },
              "networks": {
                "items": {
                  "properties": {
                    "calls_30d": {
                      "type": "integer"
                    },
                    "listings": {
                      "type": "integer"
                    },
                    "network": {
                      "type": "string"
                    },
                    "share": {
                      "type": "number"
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              },
              "new_entrants": {
                "properties": {
                  "count": {
                    "type": "integer"
                  },
                  "sample": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  }
                },
                "type": "object"
              },
              "price": {
                "properties": {
                  "atomic": {
                    "type": "object"
                  },
                  "bands": {
                    "items": {
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "n": {
                    "type": "integer"
                  },
                  "usd": {
                    "type": "object"
                  }
                },
                "type": "object"
              },
              "top_sellers": {
                "items": {
                  "properties": {
                    "calls_30d": {
                      "type": "integer"
                    },
                    "listings": {
                      "type": "integer"
                    },
                    "payers_30d": {
                      "type": "integer"
                    },
                    "seller": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              },
              "top_services_by_calls": {
                "items": {
                  "properties": {
                    "calls_30d": {
                      "type": "integer"
                    },
                    "listings": {
                      "type": "integer"
                    },
                    "name": {
                      "type": "string"
                    },
                    "payers_30d": {
                      "type": "integer"
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              },
              "top_services_by_payers": {
                "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"
                  },
                  "networks": {
                    "type": "integer"
                  },
                  "payers_30d": {
                    "type": "integer"
                  },
                  "resources": {
                    "type": "integer"
                  },
                  "sellers": {
                    "type": "integer"
                  }
                },
                "type": "object"
              }
            },
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.oblique.markets",
  "lastUpdated": "2026-09-12T18:02:04.304Z",
  "quality": {
    "calls30d": 7,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-12T18:02:03.819Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.oblique.markets",
    "manifest_name": "api.oblique.markets",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}