Hello, I try to retrieve the total supply of an asset on stellar. My main goal is to get it for USDC but I'd rather do it for all tokens.
I saw in the standard definition tht there is no totalSupply method equivalent so my guess is that I should check payments from issuer address.
Can someone indicate me how I should proceed ?
Thanks