Files
thehub/rest-service/data/addressHelp.html
T
TomZ ea6f128c42 Remove not yet implemented docs
The help message for the address series of endpoints was optimistic
and not all documented ones have been implemented yet.
This removes the unimplemented ones to avoid confusion for users
reading this online.
2020-09-19 20:49:22 +02:00

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>