Get Topic Message by Timestamp
Returns a topic message the given the consensusTimestamp.
Path parameters
timestampstringRequiredExample:
The timestamp at which the associated transaction reached consensus
1234567890.0000007Pattern: ^\d{1,10}(.\d{1,9})?$Responses
200
OK
application/json
consensus_timestampstringRequiredExample:
1586567700.453054000Pattern: ^\d{1,10}(\.\d{1,9})?$messagestringRequired
payer_account_idstring · nullableRequiredExample:
Network entity ID in the format of shard.realm.num
0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$running_hashstring · byteRequired
running_hash_versioninteger · int32Required
sequence_numberinteger · int64Required
topic_idstring · nullableRequiredExample:
Network entity ID in the format of shard.realm.num
0.1.2Pattern: ^\d{1,10}\.\d{1,10}\.\d{1,10}$400
Invalid parameter
application/json
404
Not Found
application/json
get
/api/v1/topics/messages/{timestamp}Last updated
Was this helpful?