---
title: "Get account details"
method: GET
path: "/account"
tags: ["account"]
---

# Get account details

`GET /account`

Retrieve your account summary including account ID and default wallet address.

## Response `200`

Account summary

- AccountSummaryResponse
  - `@type` 'unstoppabledomains.com/partner.v3.AccountSummary', required
  - `id` string, required
  - `defaultWalletAddress` string, nullable, required

## Other responses

- `401` — Authentication required
- `403` — Insufficient permissions
- `500` — Internal server error

---

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