---
title: "Look up account by handle (public)"
method: GET
path: "/v1/handle/{handle}"
tags: ["account"]
---

# Look up account by handle (public)

`GET /v1/handle/{handle}`

Look up an account by its handle.

This is a public endpoint - no authentication required.
Returns minimal public information about the account.

Path parameters:
- `handle`: The handle to look up (case-insensitive)

## Path parameters

- `handle` string, required

## Response `200`

Successful Response

- HandleLookupResponse — Response model for handle lookup (public endpoint). Returns minimal public information about the account.
  - `handle` string, required — The handle
  - `account_id` string, required — Account ID that owns the handle
  - `tipping_address` string, required — Account's tipping wallet address
  - `onchain_address` string, required

## Other responses

- `404` — Handle not found
- `422` — Validation Error

---

[API](https://skmtc.net/grove/apis/grove-api.md) · [All operations](https://skmtc.net/grove/apis/grove-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grove/grove-api/versions/f286b48a8105/schema)
