Notarization receipt

API call used to retrieve a notarization directly from the blockchain, available to both users and not-users.

HTTP Request notarization receipt

GET https://app.dedit.io/api/v2/transaction/{hash}

Headers

NameValueDescription

Content-Type

application/json

The content type of the request body

Authorization

Bearer $TOKEN

authentication token that is used to authorize access to an API

The above command returns a JSON structured as follows:

{
    "hash": "b133a0c0e9bee3be20163d2ad31d6248db292aa6dcb1ee087a2aa50e0fc75ae2",
    "description": "TEST_2 19-04-2023",
    "transaction_hash": "FDRTSB6EJM5U5VHIOF4SKUYNSH3WVYEHDPRGCBWZPI3T3M32TM6A",
    "func": "registered",
    "status": "EXECUTED",
    "receipt_or_return": "28924165",
    "block_number": "28924165",
    "from_address": "DEDITNFDK4BS3V7SRULWLDPSJN2DSQKEDMGXHWQPHF34P7HYBOZIWSUCFI",
    "gas_used": "0",
    "creation_date": "May 8, 2023 1:59:40 PM"
}

Last updated