v1

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-107095124.5 KB
Profile management endpoints

Confirm an update to a domain's on-chain records

The POST call can be used to complete the process of modifying a domain's on-chain records by submitting a signed transaction hash to confirm an operation. Authentication is required using domain owner signature.

post/user/{domain}/records/confirm

Path parameters

domainstring required

The domain name to update on-chain records

Headers

x-auth-domainstring required

The domain to authorize

x-auth-expiresstring required

The expiration time of the signature

x-auth-signaturestring required

The signature generating using domain owner private key

Request body

operationIdstring

The operation ID returned from a request to update domain records

dependencyIdstring

The dependency ID returned from a request to update domain records

signaturestring

The signature created by signing the domain record transaction hash with domain owner's private key

txHashstring

A completed transaction hash that specifies the operation to confirm

Response

Successful confirmation of domain record update. The domain records will be updated on the blockchain.

typestring

Description of response type

Example response

{
  "type": "unstoppabledomains.com/partner.v3.OperationType"
}