Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Implement token price fetching #2673

Open
2 tasks
yurixander opened this issue Nov 26, 2024 · 0 comments
Open
2 tasks

[FEAT] Implement token price fetching #2673

yurixander opened this issue Nov 26, 2024 · 0 comments
Labels
feature ➕ Tasks that are functional additions or enhancements

Comments

@yurixander
Copy link
Member

Certain UI components can benefit by displaying fiat token prices to users (ex. TVLs). This should ideally be done by using a free tier and client-side price fetching API, such as Coinbase's. The implementation process of this hook should be straightforward since you'd only need to input the token's symbol, name or id, and make a HTTP request.

  • Implement reusable hook to fetch token prices.
  • Use the hook in places that may benefit from displaying token pricing, such as TVL.
@yurixander yurixander added the feature ➕ Tasks that are functional additions or enhancements label Nov 26, 2024
@github-project-automation github-project-automation bot moved this to Not Started 🕧 in Webb Universe Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature ➕ Tasks that are functional additions or enhancements
Projects
Status: Not Started 🕧
Development

No branches or pull requests

1 participant