> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rhinestone.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# getAddress

> Get the account address.

Method on an account instance returned by [`createAccount`](/sdk-reference/rhinestone-sdk/create-account).

## Usage

```ts theme={null}
const address = account.getAddress()
```

## Returns

<ResponseField name="address" type="`0x${string}`">
  The smart account address
</ResponseField>
