Get the price of ETH from Moralis

dear support

Iā€™m trying to get the current price of ETH to perform calculations.
I know I can get the current price of Matic like this:

const options = {
        address: "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0",
        chain: "eth"
      };
      
      const price = await Moralis.Web3API.token.getTokenPrice(options);

How can I do the same for the ETH coin? What is the address to query?
Thanks!

try this one: 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2

thanks!
Is there a place where I can see the list of the contracts address (mainnet and testnet)?

usually you can search for the wrapped version, in this case weth