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

24 lines
818 B
HTML
Raw Permalink Normal View History

2020-09-07 14:05:36 +02:00
<!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>