> For the complete documentation index, see [llms.txt](https://docs.altura.com/altura-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.altura.com/altura-documentation/api-reference/get-endpoints/get-a-users-item-balance.md).

# Get a User's Item Balance

## Getting item balance of user

<mark style="color:blue;">`GET`</mark> `https://api.alturanft.com/api/v2/item/balance`

#### Query Parameters

| Name                                                | Type   | Description                    |
| --------------------------------------------------- | ------ | ------------------------------ |
| chainId<mark style="color:red;">\*</mark>           | String | Network id                     |
| userAddress<mark style="color:red;">\*</mark>       | String | address of the user            |
| collectionAddress<mark style="color:red;">\*</mark> | String | address of the item collection |
| tokenId<mark style="color:red;">\*</mark>           | int    | item token ID                  |
