Get topic message by consensusTimestamp
Topics
Get topic message by consensusTimestamp
Returns a topic message the given the consensusTimestamp.
GET
Get topic message by consensusTimestamp
Documentation Index
Fetch the complete documentation index at: https://hedera-0c6e0218-add-traceability-callout.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The Unix timestamp in seconds.nanoseconds format, the timestamp at which the associated transaction reached consensus. See unixtimestamp.com for a simple way to convert a date to the 'seconds' part of the Unix time.
Pattern:
^\d{1,10}(.\d{1,9})?$Response
OK
A Unix timestamp in seconds.nanoseconds format
Pattern:
^\d{1,10}(\.\d{1,9})?$Example:
"1586567700.453054000"
Network entity ID in the format of shard.realm.num
Pattern:
^\d{1,10}\.\d{1,10}\.\d{1,10}$Example:
"0.0.2"
Network entity ID in the format of shard.realm.num
Pattern:
^\d{1,10}\.\d{1,10}\.\d{1,10}$Example:
"0.0.2"