-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The token is not tradable #13
Comments
Hello, I have the same issue, have you found any alternative? |
Hello, if I'm not mistaken, once the token met the criterias (token metadata, $250 liquidity buy/sell, price impact below 30%), it will be listed automatically within few minutes. |
Jupiter doesn't trade new pairs. You have to use the Raydium SDK. |
Is there a python Raydium API/SDK? I haven't found one. |
Check this out. https://github.com/leq6c/soldexpy This guy has a good start on doing Raydium swaps, but unfortunately the code is super slow, even with a good RPC. This wouldn't be suitable for an production level code, in fact he expressly says that it is experimental. If this code could be improved upon, it could be great. |
Noticed that some of the tokens are available on their private api host: |
Yes, but can't send ".swapPost" to this url. Got: |
When I build transaction including two swap instructions and sol transfer instruction: |
if you run into this can happen if you are skipping |
Just read it here, I just wondered if there are ways to bypass these criteria? |
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 on Raydium, roughly within the first 10 to 20 seconds, and then execute the trade, it always returns the message 'The token whatever is not tradable :('.
However, when I search the token address on Dexscreener or Birdeye ... oh my, is already there and tradable 💯.
The text was updated successfully, but these errors were encountered: