# RequestAccountParams | @account-kit/wallet-client

> Overview of RequestAccountParams from @account-kit/wallet-client

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

```ts
type RequestAccountParams = Omit<
  Extract<
    RpcSchema["Request"]["params"][0],
    {
      signerAddress: Address;
    }
  >,
  "signerAddress" | "includeCounterfactualInfo"
> &
  object;
```

Defined in: [account-kit/wallet-client/src/client/actions/requestAccount.ts:19](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/wallet-client/src/client/actions/requestAccount.ts#L19)

## Type Declaration

<table>
  <thead>
    <tr>
      <th align="left">Name</th>
      <th align="left">Type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `accountAddress?`
      </td>

      <td>
        [`Address`](https://abitype.dev)
      </td>
    </tr>

  </tbody>
</table>