diff --git a/REST-API.md b/REST-API.md index d540c10..5168a07 100644 --- a/REST-API.md +++ b/REST-API.md @@ -80,14 +80,15 @@ Value | Meaning
GET /trade/listgetting a list of trades in the db
curl -X POST http://localhost:8080/trade/list
-return:\
-{\
-"Symbol":"NOVOBc",\
+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"
}