Help storing api data from dynamic components and send to another screen

Hello,
I’m making an app that shows cryptocurrencies data,the data is obtained from coingecko API. In this case im showing data of 100 coins.

I want to store the price and name of every coin that is marked as favourite (ethereum in image) and show it on a different screen (the price of the coin should update live on the new screen as well)

I’ve been trying and i have no idea on how to make it work, these are my blocks:

Thanks for the help in advance.

Then particular period of interval call data from api to receieve using clock component

But would I be able to do that for every coin marked as favourite? Theres a 100 coins in the list.

Could you detail me more on what blocks should I use and how I should place them? All the blocks I made were with the help of posts/guides