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.
prioritizationFeeLamports integer Prioritization fee lamports paid for the transaction in addition to the signatures fee. Mutually exclusive with compute_unit_price_micro_lamports. If auto is used, Jupiter will automatically set a priority fee...
I am trying to complete a swap using the newly introduct "prioritization_fee_lamports" param as part of jupiter.swap() function. However, I keep getting the error: `TypeError: Jupiter.swap() got an unexpected keyword...
Hey Love the work I saw that the latest changes regarding platform fees are not yet publicly pushed into the PyPI repo. KR Jerome
# Bug Report: `get_token_price` Fails with DNS Error Due to Hardcoded Unresolvable Host (`price.jup.ag`) **SDK Version:** [**Please specify your `jupiter-python-sdk` version here**] **Problem Description:** When calling the `await Jupiter.get_token_price(token_address)` function,...
How do I add priority fees. Ive made a test file to try and see which parmeter it needs ive even been through the whole src and I cant seem...
Hello, I've noticed that even though I get the output like below, the transaction si not executed 9 out of 10 times. Is that normal? Example: Transaction sent: https://explorer.solana.com/tx/2YiaTwoaMa9fY53KpjAGcknHicrew5RBmCtLSSRyoVSyMuFaTmHsZ7QcDwDRGwRuSHHYEboGCvsMjXoEcSFWwdUX This...
Added priority fee and dynamic slippage
In the official API it says that you have to pass a parameter "feeAccount" I don't see that it is passed in the swap post  
Transactions can fail to make it on chain without this being set (see: https://github.com/0xTaoDev/jupiter-python-sdk/issues/24#issuecomment-2211298763) So it should be configurable. I have found that both dynamic compute limit and prioritization fee...
Opening orders through api v1 seem to be [disabled](https://x.com/JupiterExchange/status/1852352277652422754), so I looked up [documentation](https://station.jup.ag/docs/limit-order/limit-order-api) and fixed the code for new api version, also I fixed examples in accordance with how...