raydium-sdk icon indicating copy to clipboard operation
raydium-sdk copied to clipboard

An SDK for building applications on top of Raydium.

Results 63 raydium-sdk issues
Sort by recently updated
recently updated
newest added

I'm getting the following error when running my ESNEXT app: "SyntaxError: Named export 'intersection' not found. The requested module 'lodash' is a CommonJS module, which may not support all module.exports...

using pool ETH/USDC getting from here https://api.raydium.io/v2/sdk/liquidity/mainnet.json https://github.com/raydium-io/raydium-sdk/blob/master/test/liquidity/liquidity.test.ts#L14 ```bash { "id": "EoNrn8iUhwgJySD1pHu8Qxm5gSQqLK3za4m8xzD2RuEb", "baseMint": "7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs", "quoteMint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v", "lpMint": "3529SBnMCDW3S3xQ52aABbRHo7PcHvpQA4no8J12L5eK", "baseDecimals": 8, "quoteDecimals": 6, "lpDecimals": 8, "version": 4, "programId": "675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8", "authority": "5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1",...

I am trying to get a swap transaction using Raydium SDK and the transaction I am getting is not working. Here is the code snippet https://katb.in/gefodehirax One thing to note...

I want to swap a raydium token with this library in my project. How can I do it? Need example

I'm getting the following error when trying to make swap transaction: Error: failed to send transaction: Transaction simulation failed: Error processing Instruction 0: custom program error: 0x1e What does this...

Hi! Use python and solana.py I'm trying to configure websocket to track pool reserve and for test have taken SOL/USDC pool: 58oQChx4yWmvKdwLLZzBi4ChoCc2fqCUWBkwMihLYQo2 I have found that if I track baseVault...

When trying to import some package from the SDK, i got the error. I have **main.mjs** file and I run it with: **node ./main.mjs**. It starts with: `import { Liquidity...

Hey guys, does raydium has swagger? Or some open api documentation?