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
or if I set loadToken:false and the get token info later like: const mintA = await raydium.token.getTokenInfo( "So11111111111111111111111111111111111111112" ); it also throws exception like Raydium_Api sdk logger error GET https://api-v3.raydium.io/mint/ids?mints=So11111111111111111111111111111111111111112 400
const mintA = await raydium.token.getTokenInfo( "So11111111111111111111111111111111111111112" );
The text was updated successfully, but these errors were encountered:
Did you set up any proxy or vpn? If yes it might cause error. Also you can try visit url directly to see it’s work or not, it works well on my side
Sorry, something went wrong.
No branches or pull requests
or if I set loadToken:false and the get token info later like:
const mintA = await raydium.token.getTokenInfo( "So11111111111111111111111111111111111111112" );
it also throws exception like
Raydium_Api sdk logger error GET https://api-v3.raydium.io/mint/ids?mints=So11111111111111111111111111111111111111112 400
The text was updated successfully, but these errors were encountered: