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
npm install, npm test or start
installed node-fetch, @types/node-fetch.
But same error, How to fix this?
The text was updated successfully, but these errors were encountered:
`const quoteResponse = await ( await fetch('https://quote-api.jup.ag/v6/quote?inputMint=So11111111111111111111111111111111111111112\ &outputMint=EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v &amount=100000000 &slippageBps=50' ) ).json();
console.log(quoteResponse);`
{ error: 'Query parameter inputMint cannot be parsed: WrongSize' } what's wrong? i don't know why
Sorry, something went wrong.
No branches or pull requests
npm install, npm test or start
installed node-fetch, @types/node-fetch.
But same error, How to fix this?
The text was updated successfully, but these errors were encountered: