According to Elrond Economics paper the maximum supply for EGLD is 31,415,926 (theoretical).
However, this theoretical cap is actually decreased with each processed transaction and generated fees.
Is there any API endpoint that returns the actual maximum supply (adjusted based on the economics)?
The closest endpoint that I found is:
which returns:
...
"totalSupply": 22711653,
"circulatingSupply": 20051653,
"staked": 12390333,
...