Update REST API

2026-03-27 10:59:33 +00:00
parent 1b0529124f
commit 3ca8a59210

@@ -80,14 +80,15 @@ Value | Meaning
<h3><code>GET /trade/list</code></h3>
<p>getting a list of trades in the db</p>
<pre><code class="language-bash">curl -X POST http://localhost:8080/trade/list </code></pre>
<pre><code>return:\
{\
"Symbol":"NOVOBc",\
<pre><code>return:
{
"Symbol":"NOVOBc",
"CurrencyCode":"DKK",\
"Shares":15,\
"Product":0,\
"Type":true,\
"Price":505,\
"Shares":15,
"Product":0,
"Type":true,
"Price":505,
"Date":"2025-03-26T00:00:00Z"
}
</code></pre>