In order to maintain transparency and continue to provide tools for developers to build on our ecosystem, we will be developing a set of public API's.
We have developed a API that returns a JSON object which contains total supply, excluded supply and circulating supply.
// Circulating Supply, wtih live data
{
"burnedSupply": 617754,
"totalSupply": 999382246,
"excludedSupply": 807603009,
"excludedBalances": [
{
"name": "Burn Wallet",
"address": "0x67344feb46881f237dccbb18536e7eee7b28cac3",
"balance": 202251
},
{
"name": "Development Wallet",
"address": "0x91d556466f0cDEEda28cB459CCd5dc418fe23AB5",
"balance": 10000000
},
{
"name": "Gaming Wallet",
"address": "0x4e497F7fa20438353eA43D9441140F7944994769",
"balance": 20000000
},
{
"name": "Liquidity Wallet",
"address": "0xE657e2708974687477DB81F76234aC8efBff1AcA",
"balance": 98710199
},
{
"name": "Marketing Wallet",
"address": "0x8547353c71837342df9b5F4f6FC51a55FC218e07",
"balance": 7544259
},
{
"name": "Staking Contract",
"address": "0xF541Ab2f4DBa2071B12DA99a9Ee83B0C4b719d95",
"balance": 23990976
},
{
"name": "Staking Incentive Wallet",
"address": "0x9D2aB4075d959baF777B1702b6C99D1b86BF52b6",
"balance": 25994900
},
{
"name": "Team Wallet",
"address": "0x7f9E3aF4f1248f307e6192c96AA202B10bBa7088",
"balance": 10000000
},
{
"name": "TrustSwap: Team Finance Lock",
"address": "0xe2fe530c047f2d85298b07d9333c05737f1435fb",
"balance": 340000000
},
{
"name": "Unicrypt: Token Vesting",
"address": "0xdba68f07d1b7ca219f78ae8582c213d975c25caf",
"balance": 200000000
},
{
"name": "Uniswap LP Pair",
"address": "0xdd8f50f1059c50d7d75fe2f5d7d262964fb2ae98",
"balance": 71160422
}
],
"circulatingSupply": 191779236
}