Relative Content

Tag Archive for blockchainsolana

Is there any faster way to getPoolKeys from Solana Raydium?

Currently, I am fetching all liquidity-related data from Raydium API. (https://api.raydium.io/v2/sdk/liquidity/mainnet.json)
And then matching with my desired token address to filter the right PoolKeys. But this process is taking too much time.