{
  "x402Version": 2,
  "id": 5096,
  "slug": "5096",
  "resource": "https://api.seneschal.space/v1/q/builder-bid",
  "description": "Single-fact: percentile bid value (in ETH) for `builder` over the window. Returns {value_eth, samples}.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x46Ba634261566CF242c853d1f49511f9268ba674",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "builder": "titan",
            "pct": "90",
            "window": "24h"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "samples": 412,
            "value_eth": 0.22
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "builder": {
                    "description": "Builder name (substring match).",
                    "type": "string"
                  },
                  "pct": {
                    "description": "Percentile 0-100 (default 50).",
                    "type": "string"
                  },
                  "window": {
                    "description": "Lookback window: 24h, 7d or 30d (default 24h).",
                    "type": "string"
                  }
                },
                "required": [
                  "builder"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "samples": {
                    "type": "integer"
                  },
                  "value_eth": {
                    "type": "number"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.seneschal.space",
  "lastUpdated": "2026-09-13T10:40:16.19Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-13T10:40:15.544Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.seneschal.space",
    "manifest_name": "api.seneschal.space",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}