jakub-mrow / AMS-backend

0 stars 0 forks source link

Favourite assets #73

Closed jakub-mrow closed 10 months ago

jakub-mrow commented 12 months ago

Implement a function that will return list of favourite assets. Add endpoint for adding and deleting assets to favourites. The same json structure is returned from search endpoint in eod

Favourite asset structure should look like this: { "Code": "BTC-USD", "Exchange": "CC", "Name": "Bitcoin", "Type": "Currency", "Country": "Unknown", "Currency": "USD", "ISIN": null, },

{ "Code": "VUSA", "Exchange": "LSE", "Name": "Vanguard S&P 500 UCITS ETF", "Type": "ETF", "Country": "UK", "Currency": "GBP", "ISIN": "IE00B3XXRP09", },