I’m trying to get the following result - https://mumbai.polygonscan.com/token/0xe5d19a920146356E9D015CAafD8b83B03f1A10C4#balances.
I need to get the list of address with the wallets via request to API by contract address in json format.
I have tried https://deep-index.moralis.io/api-docs/#/account/getTokenBalances but it return an empty result [].
Does someone knows how to fix it?