brk_server 0.3.0-beta.1

A server with an API for anything from BRK
Documentation
<!doctype html>
<html>
  <head>
    <title>BRK API — Bitcoin Research Kit</title>
    <meta
      name="description"
      content="Free Bitcoin on-chain analytics API. Thousands of time-series, block explorer, address index, mempool, mining stats. No auth required."
    />

    <!-- Open Graph -->
    <meta property="og:title" content="BRK API — Bitcoin Research Kit" />
    <meta
      property="og:description"
      content="Free Bitcoin on-chain analytics API. Thousands of time-series, block explorer, address index, mempool, mining stats. No auth required."
    />
    <meta property="og:type" content="website" />
    <meta property="og:url" content="https://bitview.space/api" />
    <meta
      property="og:image"
      content="https://bitview.space/assets/favicon-196.png"
    />

    <!-- Twitter Card -->
    <meta name="twitter:card" content="summary" />
    <meta name="twitter:title" content="BRK API — Bitcoin Research Kit" />
    <meta
      name="twitter:description"
      content="Free Bitcoin on-chain analytics API. Thousands of time-series, block explorer, address index. No auth required."
    />
    <meta
      name="twitter:image"
      content="https://bitview.space/assets/favicon-196.png"
    />
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
  </head>

  <body>
    <div id="app"></div>

    <script src="/scalar.js"></script>

    <script>
      Scalar.createApiReference("#app", {
        url: "/openapi.json",
        hideClientButton: true,
        telemetry: false,
        withDefaultFonts: false,
        // showToolbar: "never",
        mcp: {
          name: "mcp",
          url: "https://mcp.example.com",
          disabled: true,
        },
        // showDeveloperTools: "never",
        agent: {
          disabled: true,
        },
      });
    </script>
  </body>
</html>