So maybe I can recreate this kind of function?
I know I need 0.1 per ASA hold + 0.1 by default, but the issue come from application.
I try (refer to that : Smart contract details - Algorand Developer Portal) to use the formula
where schema.NumUint and schema.NumByteSlic are directly taken from
account_info[“apps-total-schema”][“num-byte-slice”]
account_info[“apps-total-schema”][“num-uint”]
but this is also less than the real value.
What I am missing here ?
btw if such kind of function already been develop, I take it also
Algorand Indexer does not return the minimum balance. Also the node endpoint you are hitting is deprecated in our services because the node does not scale like indexers for Saas.
http://indexer.algoexplorerapi.io/ is an API designed from scratch by Rand Labs, which is used to power up AlgoExplorer and MyAlgo. It has an interface that is mostly compatible with the Algorand Indexer.
Do we have a reliable API to get the minimum balance?