raydium-io/raydium-sdk

No instructions provided issue | Liquidity.fetchInfo({ connection, poolKeys })

alexrepetskyi opened this issue · 4 comments

Hello, I have an issue with:

const poolInfo = await Liquidity.fetchInfo({ connection, poolKeys });

I received:

Screenshot 2024-04-27 at 13 29 53

node_modules/@raydium-io/raydium-sdk/lib/cjs/common/web3.js:7:65

I checked the response at the Solana connection HTTP client:

Screenshot 2024-04-27 at 13 31 01

I did not make a lot of requests, it was just 1 request. Any idea how it can be solved?

My dependences:

 "@raydium-io/raydium-sdk": "^1.3.1-beta.52"
  "@solana/web3.js": "^1.91.4"

@TimonPeng @rudy5348 Can you check it, please, it is not related to #77

Solved. The issue was in the scope of my request for client implementation.

@alexrepetskyi Do you know how to get liquidity of LP by ID?