com.atproto.handle Lexicon#

Definitions related to handles (aka usernames) in ATP.


com.atproto.handle.resolve#

{
  "lexicon": 1,
  "id": "com.atproto.handle.resolve",
  "defs": {
    "main": {
      "type": "query",
      "description": "Provides the DID of a repo.",
      "parameters": {
        "type": "params",
        "properties": {
          "handle": {
            "type": "string",
            "description": "The handle to resolve. If not supplied, will resolve the host's own handle."
          }
        }
      },
      "output": {
        "encoding": "application/json",
        "schema": {
          "type": "object",
          "required": [
            "did"
          ],
          "properties": {
            "did": {
              "type": "string"
            }
          }
        }
      }
    }
  }
}

See what's next.Join the private beta.

The AT Protocol will launch soon.
Join the waitlist to try the beta before it's publicly available.

Join the waitlist