Create an anchoring transaction

Use for anchoring blockchain data. It creates and manages anchoring transactions by the operator set on the KAS console. For successful anchoring through operator or user's feepayer, a balance of 10 times more than the fee needed is required.

Request
Security:
header Parameters
x-chain-id
required
string

Kaia Network Chain ID (1001 or 8217)

Request Body schema: application/json
operator
required
string

Operator account address

required
object (AnchorBlockPayload)

Anchoring data. Default settings for ID is id = SHA256(payload) unless ID is provided. It receives a string-type ID; unless it regards as an unset ID.

Responses
200
400
post/v1/anchor
Request samples
application/json
{
  • "operator": "0x95b87CD5329490523C35B4b7634b4Acee0ecEBDe",
  • "payload": {
    }
}
Response samples
application/json
{
  • "status": "succeed"
}