v1

latestOpenAPI 3.1.0MIT2026-07-17121736.2 KB
Directory API

Address Directory info

Returns Directory information for a given account address.

get/explorer/directory/{address}

Path parameters

addressstring required

Account address (ED25519 public key)

Example:GAB6FD5BCBVVQINU5USYV5K4JDAEO6RDL2GZU4K5BILPI6B4FIOF6QWW

The address of the account to check

Response

Directory entry fetched

addressstring required

Account address (ED25519 public key)

paging_tokenstring required

Account address (ED25519 public key)

namestring required

Entry friendly name

tagsstring[] required

Entry friendly name

domainstring

Domain associated with entry if any

Example response

{
  "address": "GAB6FD5BCBVVQINU5USYV5K4JDAEO6RDL2GZU4K5BILPI6B4FIOF6QWW",
  "paging_token": "GAB6FD5BCBVVQINU5USYV5K4JDAEO6RDL2GZU4K5BILPI6B4FIOF6QWW"
}