doctype html // HTML for static distribution bundle build html(lang='en') head // Global site tag (gtag.js) - Google Analytics script(async='', src='https://www.googletagmanager.com/gtag/js?id=UA-115463658-5') script. window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-115463658-5'); meta(charset='UTF-8') title REST by Bitcoin.com - BCH RPC over HTTP link(href='https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro:300,600|Titillium+Web:400,600,700', rel='stylesheet') link(rel='stylesheet', type='text/css', href='../public/swagger-ui.css') link(rel='icon', type='image/png', href='../public/favicon.png', sizes='32x32') style. html { box-sizing: border-box; overflow: -moz-scrollbars-vertical; overflow-y: scroll; } *, *:before, *:after { box-sizing: inherit; } body { margin:0; background: #fafafa; } body #swagger-ui script(src='../public/swagger-ui-bundle.js') script(src='../public/swagger-ui-standalone-preset.js') script. window.onload = function() { // Build a system const ui = SwaggerUIBundle({ url: "../public/bitcoin-com-rest-v1.json", dom_id: '#swagger-ui', deepLinking: true, presets: [ SwaggerUIBundle.presets.apis, SwaggerUIStandalonePreset ], plugins: [ SwaggerUIBundle.plugins.DownloadUrl ], layout: "StandaloneLayout" }) window.ui = ui }