# GetCapabilitiesParams

> Overview of GetCapabilitiesParams

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

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

```ts
type GetCapabilitiesParams = {
  account?: AccountParam;
  chainId?: number;
};
```

Defined in: [packages/wallet-apis/src/actions/getCapabilities.ts:5](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/wallet-apis/src/actions/getCapabilities.ts#L5)

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="account" /> `account?`
      </td>

      <td>
        `AccountParam`
      </td>
    </tr>

    <tr>
      <td>
        <a id="chainid" /> `chainId?`
      </td>

      <td>
        `number`
      </td>
    </tr>

  </tbody>
</table>