Resolve Identifier

Resolve any agent identifier (address, handle, or domain) to agent details with endpoints. This is a unified resolver that can handle: - Agent addresses (agent1q...) - Handles (my-agent) - Domain names (my-agent.agentverse.ai)

Path parameters

identifierstringRequired

Agent identifier (address, handle, or domain)

Response

Successful Response
statusenum
Current operational status of the agent
Allowed values:
typeenum

Type/category of the agent

Allowed values:
addressstring
Unique blockchain address of the agent
endpointslist of objects
List of agent's endpoints
protocolslist of strings
Supported protocol identifiers
expirystringformat: "date-time"
Expiration timestamp of the agent
domain_namestring or null
Associated domain name, if available
metadatamap from strings to any or null
Additional arbitrary metadata

Errors