getTokenPrice for SOL/Solana

Is there a way to getTokenPrice for SOL/Solana native token?

For example I can get WETH price with:

Moralis.Web3API.token.getTokenPrice({
address: โ€˜0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2โ€™,
});

Thanks!

-m

there there is an ERC20 token for Solana, then you can use that contract address

Are you aware of an ERC20 thatโ€™s has a stable reference to SOL?

I donโ€™t know, it looks like I couldnโ€™t find on a google search. If there isnโ€™t such a token in a liquidity pool, then we can not get the price now.

Thanks for your fast replies :slightly_smiling_face:

Sucks that it appears it canโ€™t be done at this time.