> For the complete documentation index, see [llms.txt](https://clanker.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://clanker.gitbook.io/documentation/api-reference/public/fees.md).

# Fees

Endpoints for LP info, claimed fees, and claim details.

### GET `/api/get-estimated-uncollected-fees/{address}`

> **Deprecated**: This endpoint is deprecated. Use the clanker-sdk `availableRewards()` method instead.

Estimate uncollected fees for a position.

**Authentication:** Public

**Path Parameters**

| Parameter | Type      | Required | Default | Description                |
| --------- | --------- | -------- | ------- | -------------------------- |
| `address` | `address` | Yes      | —       | Token or position address. |

***
