Files

52 lines
2.4 KiB
HTML
Raw Permalink Normal View History

2019-09-23 11:07:45 +02:00
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
2021-02-23 16:52:14 +01:00
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Flowee BitCore-proxy</title>
<meta name="description" content="BitCore service backed by Flowee" />
<link href="https://flowee.org/flowee.css" rel='stylesheet' type="text/css" />
2019-09-23 11:07:45 +02:00
</head>
<body>
2021-02-23 16:52:14 +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> &nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<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 Bitcore service</p></div>
</div>
<div class="products-list">
<p class="title-text">Help page for the bitcore service</p>
<p class="slogan-text">TX APIs</p>
<span class="content-text">
2019-10-06 13:07:28 +02:00
<p><pre><b>%ERROR%</b></pre></p>
2019-09-23 11:07:45 +02:00
2019-10-06 13:07:28 +02:00
<p>What follows is an exhaustive description of the different types of '<b>tx</b>' requests you can pose to this server:</p>
2019-09-23 11:07:45 +02:00
<h3>Get Transactions by blockHeight</h3>
2019-10-06 13:07:28 +02:00
<p><code>GET `/api/BCH/mainnet/tx?blockHeight=12`</code>
(<a href="/api/BCH/mainnet/tx?blockHeight=12" target="_other">example</a>)</p>
2019-09-23 11:07:45 +02:00
<h3>Get Transactions by blockHash</h3>
2020-08-24 18:17:39 +02:00
<p><code>GET `/api/BCH/mainnet/tx?blockHash={blockhash}`</code>
2019-10-06 13:07:28 +02:00
(<a href="/api/BCH/mainnet/tx?blockHash=000000006a625f06636b8bb6ac7b960a8d03705d1ace08b1a19da3fdcc99ddbd" target="_other">example</a>)</p>
2019-09-23 11:07:45 +02:00
<h3>Get Transaction by txid</h3>
2020-08-24 18:17:39 +02:00
<p><code>GET `/api/BCH/mainnet/tx/{txid}`</code>
2019-10-06 13:07:28 +02:00
(<a href="/api/BCH/mainnet/tx/9b0fc92260312ce44e74ef369f5c66bbb85848f2eddd5a7a1cde251e54ccfdd5" target="_other">example</a>)</p>
2019-09-23 11:07:45 +02:00
<h3>Get Authhead</h3>
2020-08-24 18:17:39 +02:00
<p><code>GET `/BCH/mainnet/tx/{txid}/authhead`</code>
2019-10-06 13:07:28 +02:00
(<a href="/api/BCH/mainnet/tx/9b0fc92260312ce44e74ef369f5c66bbb85848f2eddd5a7a1cde251e54ccfdd5/authhead" target="_other">unsupported</a>)</p>
2019-09-23 11:07:45 +02:00
2019-10-06 13:07:28 +02:00
<h3>Get detailed data about a transaction, including inputs and outputs</h3>
2020-08-24 18:17:39 +02:00
<p><code>GET `/BCH/mainnet/tx/{txid}/coins`</code>
2019-10-06 13:07:28 +02:00
(<a href="/api/BCH/mainnet/tx/3b96bb7e197ef276b85131afd4a09c059cc368133a26ca04ebffb0ab4f75c8b8/coins" target="_other">unspent coinbase</a>,
<a href="/api/BCH/mainnet/tx/dedabaa2b1e6e5fff513bf0a2aeebccf2b650617ff540e4baa27ff3588692acc/coins" target="_other">example2</a>)</p>
2019-09-23 11:07:45 +02:00
2021-02-23 16:52:14 +01:00
</span></div></div></main><footer></footer></body></html>