Is it possible to find out AssetID after destroying the standard asset?

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.

Hi,
What’s the address ID?

Best,
Pablo

@pipaman

Hey,
Address: YA2XBMS34J27VKLIWJQ5AWU7FJASZ6PUNICQOB4PJ2NW4CAX5AHB7RVGMY
STD Asset Id: 917559

Asset Creation Transaction ID: A5MOSCZBJAENBFJ5WDEYYXTTXQAADS6EQFHYLPTHS5WMQ7ZGSM2Q
Asset Destroy Transaction ID: U4XH6AS5UUYQI4IZ3E5JSUEIU64Y3FGNYKLH26W4HRY7T6PK745A

I hope it helps