iconomi-ag / iconomi-api

ICONOMI platform open api
4 stars 3 forks source link

Add api endpoint to fetch statistics of all strategies #29

Open albrechtm85 opened 2 years ago

albrechtm85 commented 2 years ago

Hi,

Is it possible to add an endpoint to the api that fetches the statistics of all strategies at once? Currently the only possibility to gather all statistics seems to make a call for each strategy individually, which of course is very inefficient. The same holds for structures...

Thanks