Get Topic Message by Timestamp
Get a topic message by consensusTimestamp.
This method will use 20 Compute Units.
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
400
Invalid parameter
application/json
404
Not Found
application/json
get
/api/v1/topics/messages/{timestamp}Last updated
Was this helpful?