Open volo723 opened 9 months ago
`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
npm install, npm test or start
installed node-fetch, @types/node-fetch.
But same error, How to fix this?