CRO Network Data

Hi!

I’m trying to get data like token price and wallet balances using different moralis functions on the CRO chain (Crypto.org), but I’m unable to find that data. Can you pls help how or if I can get the data from CRO network using Moralis? If not using Moralis is there any other way?
@cryptokid @Yomoo

if that is a custom chain, then we don’t support it now, you may need to make calls to that chain to get the info that you need for specific liquidity pools

1 Like

how can I make calls to that chain. CRO is an ethereum based chain…

Then you can make calls like you would do with ethereum. You need a RPC node address to make calls. Then you can use web3 or ethers to make calls to the chain, for example to call a smart contract function.