Skip to content
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

Invalid Jupiter API #1313

Open
OforgeO opened this issue Nov 8, 2024 · 0 comments
Open

Invalid Jupiter API #1313

OforgeO opened this issue Nov 8, 2024 · 0 comments

Comments

@OforgeO
Copy link

OforgeO commented Nov 8, 2024

You're using the v4 endpoint to get routes, but this v4 is not existed.
const apiVersionParam = this.url === 'https://quote-api.jup.ag' ? '/v4' : '';

Should replace v4 with v6 same as getQuote function.
Below is from getQuote
const apiVersionParam = this.url === 'https://quote-api.jup.ag' ? '/v6' : '';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant