Security checks through SDK - mint authority, freeze authority etc
damizo opened this issue · 1 comments
damizo commented
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?
keyeightysix commented
You can get from info using @solana/web3.js and the getAccountInfo method.