-
Hi, can you add support for Raydium V5 CPMM? Because I wanna get the pool keys of a specific token mint address so I could do swap transaction. Thanks
-
-
Hi,
I was testing your parser and i've found some issues with meteora and moonshot.
For the other AMMS, it works really well.
Also, for these tests, i use a version of your parser which parse m…
-
poolData = await raydium.tradeV2.fetchRoutePoolBasicInfo()
It is very troublesome to obtain the full amount every time because the pool is created in real time. Is there any way to increase the acq…
-
Hello, I hope you're all having a great day). I am using the example code to get the current exchange price:
```
const inputAmount = new BN(100)
const inputMint = RAYMint.toBase58()
const poolId =…
-
pls help
after I created a token and the corresponding account in devnet, I mint a few tokens into it and then execute the following code, but there is an error
And I have tried to updat…
-
Hi everyone. I am trying to programatically swap SOL for another token on Devnet. I have already succeeded but the transaction seems to never go through (other than the 2 times I've succeeded). I don'…
-
export const createPool = async () => {
try {
const raydium = await initSdk({ loadToken: true })
// Check token list here: https://api-v3.raydium.io/mint/list
// RAY
const min…
-
Hello,
I'm testing the swap parser with a lot of swaps, until now i've found some issues with meteora and moonshot as described in #5 and #7 that are *not* custom program related.
I've found a…
-
The question comes from one line of code I found somewhere from internet, it's a way of computing pool size:
`const poolSize = new TokenAmount(quoteToken, poolState.swapQuoteInAmount, true);`
I …