# Jul 24th Augmenting first trade component, fixed typos and introduction of a new function.

Hey there, let's take a glimpse at all the splendid work done in this pull request! 🎉

* **Introduction of a new function - 'apiGetSponsorshipListData'** 🌟\
  We've got a brand new function `apiGetSponsorshipListData` in the powerhouse `FrontendServices.js`. This function is going to help us fetch details related to sponsorships more efficiently and smoothly.
* **Incorporation of the 'getSponsorshipList' function** 📋\
  The `getSponsorshipList` function was added to `FastTrade.js`, `Holding.js`, `index.js`, and `dataSlice.js`. This function plays a critical role - it fetches the updated sponsorship list for us!
* **Out with the old, in with the new in `FastTrade.js` and `Holding.js`** 🔄\
  The `getCryptoDashboardData` references were switched out with `getSponsorshipList` in the modules `FastTrade.js`and `Holding.js`. This change ensures we're focusing on getting the sponsorship info!
* **Renaming and Typos** ✏️\
  We took an opportunity to do some spring cleaning - fixed a typo and renamed the `title` in a toast notification in `Holding.js` for better clarity.
* **Augmenting FastTrade Component** 🚀\
  We made the `FastTrade` component more flexible by passing an additional `onClose` prop to it in `Holding.js`.
* **Boosting CryptoDashboard Component** 💪\
  The `CryptoDashboard` component in `index.js` received a fair amount of updates. We added a new feature, `getSponsorshipList`, as well as two new variables, `sponsorshipData` and `sponsorshipLoading`. Moreover, we replaced all `dashboardData` references with `sponsorshipList` to match our new sponsorship-tracking purpose. 🎯

Take a moment to bask in the glow of these awesome updates! So proud of how our codebase is evolving and getting better with each PR. Kudos to the team! 🎊 😊
