v1

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

Retrieves pending on-chain record management operations

Retrieves a list of pending on-chain record operations for this domain. Authentication is required using domain owner signature.

get/user/{domain}/records/manage

Path parameters

domainstring required

The domain name to retrieve pending operations

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

Response

List of pending on-chain operations

typestring

Description of response type

Example response

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