Describe new v2 format
[headersdns] / rest.html
1 <!DOCTYPE html>
2 <html lang="en">
3         <head>
4                 <meta charset="utf-8">
5                 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
6                 <style type="text/css">
7                         body {
8                                 margin:40px auto;
9                                 max-width:660px;
10                                 line-height:1.6;
11                                 font-size:14pt;
12                                 color:#444;
13                                 padding:0 10px;
14                         }
15                         h1, h2, h3 {
16                                 line-height: 1.2;
17                         }
18                         pre {
19                                 overflow-x: scroll;
20                         }
21                         pre, .hex {
22                                 font-size: 9pt;
23                         }
24                         .hex {
25                                 font-family: monospace;
26                                 word-break: break-all;
27                         }
28                 </style>
29                 <title>Anycast Bitcoin REST Endpoint</title>
30         </head>
31         <body>
32                 <h2>
33                         This is an Anycast-Cached Bitcoin REST Endpoint
34                 </h2>
35                 <p>
36                 This server provides standard access to a Bitcoin Core REST Endpoint at <a href="/rest/chaininfo.json">/rest/</a>. Note that it is cached, though responses should generally remain in sync with each other, after cache timeouts.
37                 </p>
38         </body>
39 </html>