Web3 API Curl call contract functions with parameters?

Hello moralis Fans .-)

I got a quick question… I started using Moralis today, and so far i did not have any problems to use everything i need… till now. I want to call a contract function (curl request) but i need to pass an parameter (wallet address) The Contract function is Public, so no need for a wallet to be connected…

is it possible to pass a parameter to that function anyhow?

Greetings
Hydra

Hello, I think that it doesn’t support parameters now, only the name of the function.
You can use web3 with contract abi and call a function with parameters.