Hello there,
When I’m using Algorand Python SDK or “https://algoindexer.testnet.algoexplorerapi.io/v2/accounts/{account-id}” API to get my account details, some keys are missing in asset details like: name, unit-name, creator etc. (Using Purestake indexer and API key for the Algorand Python SDK)
But when using “https://indexer.testnet.algoexplorerapi.io/v2/accounts/{account-id}” API for the same, I’m getting keys - name. Unit-name, creator for the asset details.
Is it possible to get other asset keys using Algorand SDK? If yes, then what should I do?