Sign ethereum transaction with moralis api

i want to write a python code that send some amount of eth to recipent address by my private key with moralis api please help me

Hey @majix,

Moralis API can only be used for read-only operations and therefore cannot send any tokens from one address to another. If you are using python, I recommend that you check web3.py library to fulfill your use case.

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.