Stamp API
Stamp
POST
https://api.token-project.eu/notarization/stamp
Creates a timestamp for a given SHA-256 hash hexadecimal digest.
Headers
Name | Type | Description |
---|---|---|
Content-Type | string | application/x-www-form-urlencoded |
Authorization* | string | Bearer: $TOKEN |
Request Body
Name | Type | Description |
---|---|---|
hash* | string | SHA-256 hash |
Get a receipt from a HASH
GET
https://api.token-project.eu/notarization/stamp/$STAMP
Retrieves all receipts (also known as proofs) for a certain HASH
Headers
Name | Type | Description |
---|---|---|
Content-Type | string | application/x-www-form-urlencoded |
Authorization* | string | Bearer: $TOKEN |
Get a receipt from a Hash [DEPRECATED]
GET
https://api.token-project.eu/notarization/blockinfos/stamp/keys/$HASH
Retrieves all receipts (also known as proofs) for a certain hash. [DEPRECATED] Use get /stamp instead
Headers
Name | Type | Description |
---|---|---|
Content-Type | string | application/x-www-form-urlencoded |
Authorization* | string | Bearer: $TOKEN |
All stamps
GET
https://api.token-project.eu/notarization/stamps
Retrieves all stamps made by the requesting client, ordered by date, from newest to oldest.
Headers
Name | Type | Description |
---|---|---|
Content-Type | string | application/x-www-form-urlencoded |
Authorization* | string | Bearer: $TOKEN |
Last updated