Anchor
Writes a Sidetree transaction to the underlying anchor.
post/anchor/transactions
Request body
Example request
{
"minimum_fee": 200000,
"anchor_string": "QmbJGU4wNti6vNMGMosXaHbeMHGu9PkAUZtVBb2s2Vyq5d"
}Response
Success
Example response
{
"transaction_number": 89,
"transaction_time": 545236,
"transaction_time_hash": "0000000000000000002352597f8ec45c56ad19994808e982f5868c5ff6cfef2e",
"anchor_string": "QmWd5PH6vyRH5kMdzZRPBnf952dbR4av3Bd7B2wBqMaAcf",
"transaction_fee_paid": 40000,
"normalized_transaction_fee": 100,
"writer": "0af7eccefa3aaa37421914923b4a2034ed5a0ad0"
}Changes
Changed in 2 of the 7 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲