REST API
Authorization
Authorization: bearer <token>Anchor a hash on the blockchain
Request Body
Name
Type
Description
{
"chainpoint": {
"@context": "https://w3id.org/chainpoint/v2",
"type": "ChainpointSHA256v2",
"targetHash": "8c4b53f85243892edcbb3ccec947269f95ba3da2e84fee84fcc277b19fb68044",
"anchors": [
{
"type": "LTODataTransaction",
"sourceId": "6KVLV6zRSVR8tqCZZ9cqsbUJkP8fNDiY12CmXrGnrwTd"
}
],
"block": {
"height": "483025"
},
"transaction": {
"position": "0"
}
}
}invalid body given
no hash given
invalid hash given
invalid encoding givenVerify if a hash was anchored
Path Parameters
Name
Type
Description
Verify if a hash was anchored
Path Parameters
Name
Type
Description
Last updated