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

# getAllTokens

> The getAllTokens method returns all tokens owned by specified user.

The `getAllTokens` method returns all tokens owned by specified user.

```js theme={null}
const erc721Token = posClient.erc721(<token address>);

const result = await erc721Token.getAllTokens(<user address>, <limit>);

```

You can also limit the tokens by specifying the limit value in the second parameter.
