2020-09-02 14:03:01 +02:00
|
|
|
<!DOCTYPE html>
|
2021-02-23 16:37:41 +01:00
|
|
|
<html lang="en-us"><head>
|
2020-09-02 14:03:01 +02:00
|
|
|
<meta charset="utf-8">
|
2021-02-23 16:37:41 +01:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
|
<title>Flowee REST-service</title>
|
|
|
|
|
<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">TX API</p>
|
|
|
|
|
<span class="content-text">
|
2020-09-02 14:03:01 +02:00
|
|
|
<p><pre><b>%ERROR%</b></pre></p>
|
|
|
|
|
|
2020-09-19 11:27:00 +02:00
|
|
|
<p>What follows is an exhaustive description of the different types of '<b>transaction</b>' requests you can pose to this server:</p>
|
2020-09-02 14:03:01 +02:00
|
|
|
|
2020-09-07 14:05:36 +02:00
|
|
|
<h3>Get Transactions by TXID</h3>
|
2020-09-02 14:03:01 +02:00
|
|
|
|
2020-09-07 14:05:36 +02:00
|
|
|
<p><code><b>GET</b> /transaction/details/{txid}</code></br>
|
|
|
|
|
Transaction details single.
|
|
|
|
|
<a href="/v2/transaction/details/a5f972572ee1753e2fd2457dd61ce5f40fa2f8a30173d417e49feef7542c96a1">Example</a></p>
|
|
|
|
|
|
|
|
|
|
<p><code><b>POST</b> /transaction/details</code></br>
|
|
|
|
|
Transaction details bulk</p>
|
2021-02-23 16:37:41 +01:00
|
|
|
<b>POST Request data example:</b>
|
|
|
|
|
<pre>
|
2020-09-07 14:05:36 +02:00
|
|
|
{
|
|
|
|
|
"txids": [
|
|
|
|
|
"a5f972572ee1753e2fd2457dd61ce5f40fa2f8a30173d417e49feef7542c96a1",
|
|
|
|
|
"5165dc531aad05d1149bb0f0d9b7bda99c73e2f05e314bcfb5b4bb9ca5e1af5e"
|
|
|
|
|
]
|
|
|
|
|
}
|
2021-02-23 16:37:41 +01:00
|
|
|
</pre>
|
2020-09-02 14:03:01 +02:00
|
|
|
|
2021-02-23 16:37:41 +01:00
|
|
|
</span></div></div></main><footer></footer></body></html>
|