2020-09-02 14:03:01 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en-us">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<title>Flowee REST-service</title>
|
|
|
|
|
<meta property="og:description" content="REST service backed by Flowee"/>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<p>Hello, you found the Flowee REST service which is proudly backed by
|
|
|
|
|
<a href="https://flowee.org">Flowee</a> applications.</p>
|
|
|
|
|
|
|
|
|
|
<h3>APIs</h3>
|
|
|
|
|
|
|
|
|
|
<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>
|
2020-09-19 11:27:00 +02:00
|
|
|
<li><a href="/v2/help/rawtransaction">RawTransaction</a>Fetch and send transaction.</li>
|
2020-09-02 14:03:01 +02:00
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|