0xTaoDev / jupiter-python-sdk

Jupiter Python SDK is a Python library that allows you to use most of Jupiter features.
https://pypi.org/project/jupiter-python-sdk/
MIT License
118 stars 32 forks source link

Got transaction_id, but swap did not complete. #24

Open Evg20095 opened 2 weeks ago

Evg20095 commented 2 weeks ago

Thanks for the great job! I'm using a code snippet, I'm going to exchange sol for usdt, I get a transaction_id, but the swap is not executed, and there is no such transaction in explorer.solana.com. Can you tell me what this might be connected with?

GoodSamoSamo commented 2 weeks ago

Might need to include a priority fee to ensure it gets picked up and pushed through.

I'm still trying to figure out how to include the priority fee param. It was apparently added, but I keep getting an error when trying to push it through.

https://github.com/0xTaoDev/jupiter-python-sdk/issues/25

Rastaman666 commented 6 days ago

I've already tried all the options, it doesn't work :( what will be the options?