raydium-io/raydium-sdk

Security checks through SDK - mint authority, freeze authority etc

damizo opened this issue · 1 comments

Hi,

I'm wondering if I'm able to get following data through using raydium-sdk:

  • mint authority check
  • freeze authority check
  • how much liquidity token has and how much of LP is burned
  • market cap

or I'd need to get this data through some birdeye or other 3rd party service?

You can get from info using @solana/web3.js and the getAccountInfo method.