Timestamp API

This API solution allows you to timestamp any data flow, like documents and log files. There are two types of timestamps that could be used:

  • Qualified: For this kind of timestamp, a Trust Service Provider will be used to timestamp the data.

  • Trustless: In this case the timestamp will be done using the Bitcoin blockchain.

To create a timestamp, we just need to make an API call to the endpoint createTimestamp, passing a binary body containing the data to be timestamped. While creating the timestamp, we can select what type to use by specifying the parameter trusted that can be true or false.