24 lines
818 B
HTML
24 lines
818 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en-us">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<title>Address help -- Flowee REST-service</title>
|
||
|
|
<meta property="og:description" content="REST service backed by Flowee"/>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<p><pre><b>%ERROR%</b></pre></p>
|
||
|
|
|
||
|
|
<p>What follows is an exhaustive description of the different types of '<b>address</b>' requests you can pose to this server:</p>
|
||
|
|
|
||
|
|
<h3>Get UTXOs</h3>
|
||
|
|
<p><code><b>GET</b> /address/utxo/{address}</code></br> Address utxos single.
|
||
|
|
<a href="/v2/address/utxo/bitcoincash:qzs02v05l7qs5s24srqju498qu55dwuj0cx5ehjm2c">Example</a></p>
|
||
|
|
|
||
|
|
<h3>Get Details</h3>
|
||
|
|
<p><code><b>GET</b> /address/details/{address}</code></br>Returns the details of an address including balance.
|
||
|
|
<a href="/v2/address/details/bitcoincash:qzs02v05l7qs5s24srqju498qu55dwuj0cx5ehjm2c">Example</a></p>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|