Files
thehub/rest-service/data/txHelp.html
T

33 lines
950 B
HTML
Raw Permalink Normal View History

2020-09-02 14:03:01 +02:00
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Tx help -- Flowee REST-service</title>
<meta property="og:description" content="REST service backed by Flowee"/>
</head>
<body>
<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>
<table><tr><td valign='top'>Request:</td><td><pre>
{
"txids": [
"a5f972572ee1753e2fd2457dd61ce5f40fa2f8a30173d417e49feef7542c96a1",
"5165dc531aad05d1149bb0f0d9b7bda99c73e2f05e314bcfb5b4bb9ca5e1af5e"
]
}
</pre></td></tr></table>
2020-09-02 14:03:01 +02:00
</body>
</html>