I am creating an app for Crypto/Stock portfolio, where you can follow the progress of your investments.
I am struggling with one problem for a few days now. But wasn't able to get a good result.
Can you help me with how I can, in Toddle: 1. call the Get Portfolio API (get all crypto in the database), then 2. call the Update current price API to get the latest crypto prices, and then call the third API to update the prices in the database? And I should repeat that multiple times to do it for every crypto in the DB. What's the best way to do that in Toddle?
I have all 3 API's working correctly.