Swap with Pancakeswap using the Python library

Hey devs!

When reading the documentation, I couldn’t identify if it’s possible to use any specific function to swap with pancakeswap for example.

Could you let me know if the API already makes this possible and what functions to use?

Tks

Hey @reis

Python API Moralis client is only for getting info. It cannot be used to make transactions.

If you want to make transactions you can use the Web3.py library

Happy BUIDLing :man_mechanic:

1 Like

Ok, Yomoo.

Thank you for your help!!

2 Likes