2020-09-02 14:03:01 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en-us">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
2021-02-23 16:37:41 +01:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
2020-09-02 14:03:01 +02:00
|
|
|
<title>Flowee REST-service</title>
|
2021-02-23 16:37:41 +01:00
|
|
|
<meta name="description" content="REST service backed by Flowee" />
|
|
|
|
|
<link href="https://flowee.org/flowee.css" rel='stylesheet' type="text/css" />
|
2020-09-02 14:03:01 +02:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2021-02-23 16:37:41 +01:00
|
|
|
<header><nav>
|
|
|
|
|
<div class="home"><a href="/"><img src="https://flowee.org/images/logo-flowee-white.png"/></a></div>
|
|
|
|
|
<div class="navigation">
|
|
|
|
|
<a href="https://flowee.org" title="Flowee.org">Flowee.org</a> |
|
|
|
|
|
<a href="https://flowee.org/news/" title="News">news</a>
|
|
|
|
|
</div></nav></header>
|
|
|
|
|
<main id="main">
|
|
|
|
|
<div class="banner-area"><span class="banner-text"><p class="banner-slogan-text">Flowee REST service</p></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="products-list">
|
|
|
|
|
<p class="title-text">Help page for the REST service</p>
|
|
|
|
|
<p class="slogan-text">APIs</p>
|
|
|
|
|
<span class="content-text">
|
2020-09-02 14:03:01 +02:00
|
|
|
<p>This server has a list of end-points you can call and you will get
|
|
|
|
|
JSON based answers for all properly formatted requests. Only when some
|
|
|
|
|
configuration or setup issues are detected will you get HTML pages.
|
|
|
|
|
Like this one.</p>
|
|
|
|
|
<p>End points are grouped based on what info you supply:
|
2020-09-07 14:05:36 +02:00
|
|
|
<ul>
|
2020-09-07 20:31:08 +02:00
|
|
|
<li><a href="/v2/help/transaction">Transactions (By txid)</a>.</li>
|
|
|
|
|
<li><a href="/v2/help/address">Address</a> utxos, balances and other details.</li>
|
2021-04-30 17:33:20 +02:00
|
|
|
<li><a href="/v2/help/rawtransaction">RawTransaction</a>. Fetch and send transaction.</li>
|
2021-02-23 16:37:41 +01:00
|
|
|
</ul>
|
|
|
|
|
</span></div></div></main><footer></footer></body></html>
|