Skip to content

Get resolver content

This API endpoint accepts query parameters name and category and returns a ResolverContent object.

ENDPOINT
GET https://aleo-mainnet.obscura.network/v1/<API_KEY>/ans/resolver?name={name}&category={category}
ENDPOINT
GET https://aleo-testnetbeta.obscura.network/v1/<API_KEY>/ans/resolver?name={name}&category={category}

Query Parameters

Parameter Type Required Description
name String Yes string of the name to resolve
category String Yes string of the category to resolve

Response

Parameter Type Description
content String the content matching the query
category String the category requested
name String the name requested