Issue Retrieving Smart Contract Results After Creating NFT/SFT

I’m facing an issue with getting the smart contract results after I mint NFT or SFT tokens. The API endpoint I use was supposed to return these details, but it seems that something has changed recently.

I specifically need the nonce value from the smart contract results when creating a new token. Previously, this process worked just fine, but now the response lacks the ‘smartContractResults’ field.

I’m attempting to access transaction details through the gateway API, ensuring that the ‘withResults’ parameter is set to true, yet the smart contract results don’t appear in the response anymore.

Has anyone else encountered this problem? What’s the right way to obtain the nonce information for newly minted NFT or SFT tokens? I require this data to effectively monitor the tokens I’ve just created.

Any assistance would be greatly appreciated. Thank you!