Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 989 Bytes

File metadata and controls

14 lines (10 loc) · 989 Bytes

TimestampResponse

Properties

Name Type Description Notes
comment str The comment which was added in the submission of the hash. [optional]
created bool Field is set to true if it is a novel hash. If the flag is false, the hash was already submitted before. [optional]
date_created int The time when your hash was submitted to OriginStamp. The date is returned in the following format: [ms] since 1.1.1970 (unix epoch), timezone: UTC. This is not considered as a true timestamp. [optional]
hash_string str The submitted hash in hex representation. [optional]
timestamps list[TimestampData] Contains all the timestamp data of your hash until now. [optional]

[Back to Model list] [Back to API list] [Back to README]