In nextjs app, I need to convert entered ETH value to AVAX in real time Is there an API for that? Like the coingecko API. (https://www.coingecko.com/api/documentation)
In coingecko API, I can convert AVAX balance to ETH but I need to convert ETH to AVAX in real time.
it seems to me that this is a use-case for websockets, have you considered that? In that case, Binance has some decent functionality as well.