You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The REST endpoint /tokens/{tokenId} is queried. When a token is deleted, the deleted flag is returned correctly but the modified_timestamp field in the response does not reflect when the token was actually deleted (which was the last action for the token).
Description
The REST endpoint
/tokens/{tokenId}
is queried. When a token is deleted, thedeleted
flag is returned correctly but themodified_timestamp
field in the response does not reflect when the token was actually deleted (which was the last action for the token).Steps to reproduce
Example:
Testnet,
/tokens/0.0.5510676
Response:
When we fetch all transactions for this token via
/tokens/0.0.5510676/nfts/1/transactions
Response:
The token was created in block 15730790, minted in 15730791 and deleted in 15730792. The
modified_timestamp
shows only the creation timestamp.Additional context
No response
Hedera network
No response
Version
v0.123.0
Operating system
None
The text was updated successfully, but these errors were encountered: