Hi everybody,
About the problem:
I’m circling through all blocks and transactions in mainnet,
once I get “Asset Creation Transaction” I need to find out its ID because in “Asset Configuration Transaction” it equals 0.
To do that I’m looking for the ID in “GET /v1/account/{address}” endpoint response.
Everything was good until I got “Asset Creation Transaction” of the already destroyed asset. Since the asset was already destroyed, I can’t get the AssetID from that endpoint I used before (there isn’t the record of this asset in the response).
Is there any other way to get the destroyed asset id?
Thanks for your answer.