Common endpoints

Get a record from a key

GET https://api.token-project.eu/notarization/blockinfos/stamp/keys/$HASH

Retrieves all data for a certain key.

Headers

Name
Type
Description

Content-Type

string

application/x-www-form-urlencoded

Authorization*

string

Bearer: $TOKEN

[
    {
        "docType": "stamp",
        "hash": "2f3f3a85340bde09b505b0d37235d1d32a674e43a66229f9a205e7d8d5328ed1"
    }
]

Get a transaction detail

GET https://api.token-project.eu/blockinfos/transactions/$TRANSACTION:ID

Retrieves the result of a blockchain transaction

Headers

Name
Type
Description

Content-Type

string

application/x-www-form-urlencoded

Authorization*

string

Bearer: $TOKEN

Get a block detail

GET https://api.token-project.eu/blockinfos/blocks/$BLOCK:NUMBER

Retrieves the details of a blockchain block

Headers

Name
Type
Description

Content-Type

string

application/x-www-form-urlencoded

Authorization*

string

Bearer: $TOKEN

Last updated

Was this helpful?