v1
latestOpenAPI 3.0.02026-07-17151326.9 KBAnchor
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"
}