We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found that any pump.fun token returned ROUTE_NOT_FOUND in the first few minutes and then worked fine after a while. Why is this?
for example https://transaction-v1.raydium.io/compute/swap-base-in?inputMint=So11111111111111111111111111111111111111112&outputMint=Gg69yb623tkab4RKzjcZ5TiTLQeGH4jNKCtAshampump&amount=1000000000&slippageBps=1000&txVersion=V0
{ id: "270b601d-eb33-43a1-b185-6f30e99b4335", success: false, version: "V1", msg: "ROUTE_NOT_FOUND" }
The text was updated successfully, but these errors were encountered:
btw I'm sure my example has been migrated to raydium
Sorry, something went wrong.
api needs sometimes to sync pool info, so please wait for it, thanks
No branches or pull requests
I found that any pump.fun token returned ROUTE_NOT_FOUND in the first few minutes and then worked fine after a while. Why is this?
for example
https://transaction-v1.raydium.io/compute/swap-base-in?inputMint=So11111111111111111111111111111111111111112&outputMint=Gg69yb623tkab4RKzjcZ5TiTLQeGH4jNKCtAshampump&amount=1000000000&slippageBps=1000&txVersion=V0
{
id: "270b601d-eb33-43a1-b185-6f30e99b4335",
success: false,
version: "V1",
msg: "ROUTE_NOT_FOUND"
}
The text was updated successfully, but these errors were encountered: