#Workaround to find asset total supply

1 messages · Page 1 of 1 (latest)

nova stag
#

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

fallen falcon
#

The object returned contains claimable_balances_amount, liquidity_pools_amount, contracts_amount, archived_contracts_amount, and a balances object. sum all those together and you get something like $273million (at time of writing)

#

that's the total circulating amount for that asset