API doubt about Lx and farming

Hello, How can I get the tokens that one could have in a DEX like QuickSwap in Polygon when you are doing Farming and Pool?
I’m using this call:

'https://deep-index.moralis.io/api/v2/0xxxxxxxxx/erc20?chain=polygon' 

And I’m not getting the pools and the farming that I have in my account.
Could you help me please??

Thanks

You’ll have to look into every pool smart contract to get that, when you add something to a pool you transfer your tokens to that pool smart contract, and they keep track of how much you sent them, you don’t have those tokens any more.

Thanks, could I do it with the api??

It may be possible to call specific smart contract functions from a pool smart contract in order to get that information for a specific address, but you’ll have to do some research in order to find out what functions give you that information.