jupiter-python-sdk
jupiter-python-sdk copied to clipboard
Jupiter Python SDK is a Python library that allows you to use most of Jupiter features.
Ah, it's me again ;) I'm currently facing the following issue: I know it's not the library's issue but the DEX jup aggregator. When I snap a newly created pools...
Hey! Thanks for the library. I found, that requirements.txt have outdated versions of solders, solana-py and anchorpy: ``` solders==0.18.1 solana==0.30.2 anchorpy==0.18.0 ``` While latest versions are: ``` solders==0.21.0 solana==0.34.0 anchorpy==0.20.0...
I need combine several transactions from Jupiter, so need this function. https://docs.jup.ag/docs/apis/swap-api#instructions-instead-of-transaction. Can you add? Thank you.
Jupiter allows BETA TO routing which allows you to trade pairs that otherwise fail with a "not tradeable" or other error message. How can we add the beta routing to...
hello, good repo and ty sir. i only have oen probleme, every rtx have this error msg :Program Error: "Instruction #6 Failed - Slippage tolerance exceeded" have a good day
Hey, great work on SDK! There is issue with exclude_dexes in jupiter swap function quote_url += "&excludeDexes=" + ','.join(exclude_dexes).lower -> quote_url += "&excludeDexes=" + ','.join(exclude_dexes) remove .lower because the query...
Hi! just tried your wrapper it seems that there is circular import... ImportError: cannot import name 'TypedDict' from partially initialized module 'typing_extensions' (most likely due to a circular import) i'm...
Trying to make it easier for people to depend on less centralized infra for Jupiter.
This is a fully functional example that executes the buy swap
httpcore.ReadTimeout: The read operation timed out The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/xc/pumpbot/sniper.py", line 88, in main transaction_data =...