Does Moralis' API interact directly with the blockchain, or does Moralis use a node provider like Infura or Alchemy?

If I call some function like this:
const message = await Moralis.executeFunction(options)

Does Moralis have its own node providers, or do you use a node provider behind the scenes?

If you do that then it will use the node url that is set in MetaMask if MetaMask is used for example.

1 Like