> ## 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.

# isApprovedAll

> The isApprovedAll method checks if all tokens are approved for a user. It returns boolean value.

The `isApprovedAll` method checks if all tokens are approved for a user. It returns boolean value.

```js theme={null}
const erc1155Token = posClient.erc1155(<token address>, true);

const result = await erc1155Token.isApprovedAll(<user Address>);

```
