Hello ,
I am trying to figure out how to get native token price via moralis using getTokenPrice function.
In that function you need to pass a address string, but what I need to pass to get native price?
I know that I can get price of something like WETH and it will be pretty similar, but that will make me force to change my database structure
For example I need to get ether price on Ethereum chain, or BNB price on Binance Smart Chain.
Thanks for all help