How to query liquidity of token by contract address

Hi,
Please how could I query liquidity of token by contract address and exchange on Pancake
Thanks

First, you need to get all pair tokens for the token

You can use this query Get pair token

Then you can get the balance of those tokens to get liquidity.