Asset Info API
Asset supply
Asset supply endpoint returns the total issued supply for an asset. It is handy for displaying the total number of tokens on the website or providing relevant information to third-party platforms. For example, aggregators often require an API endpoint to track the asset supply.
get/explorer/{network}/asset/{asset}/supply
Path parameters
network'public' | 'testnet' required
Stellar network
Example:public
Stellar network
assetstring required
An asset in the format {CODE}-{ISSUER} (or "XLM" for Stellar lumens)
Example:BTC-GDKIIIL2YPRSCSFAYT7FQCH4VXF34YNBIORTYCOKJK5CZ762LX2ND4L4
Target asset
Response
Asset supply fetched