You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: