# Authenticated

- [Deploy Token (v4.0.0)](https://clanker.gitbook.io/documentation/authenticated/deploy-token-v4.0.0.md): Deploy a new token on Clanker v4.0.0
- [Get Token by Address](https://clanker.gitbook.io/documentation/authenticated/get-token-by-address.md): Retrieve detailed information about a Clanker token using its contract address.
- [Get Tokens Deployed by Address](https://clanker.gitbook.io/documentation/authenticated/get-tokens-deployed-by-address.md): Retrieve all tokens deployed by a specific Ethereum address.
- [\[DEPRECATED\] Get Estimated Rewards](https://clanker.gitbook.io/documentation/authenticated/deprecated-get-estimated-rewards.md): Get estimated rewards for a specific token pool address.
- [\[DEPRECATED\] Get Uncollected Fees](https://clanker.gitbook.io/documentation/authenticated/deprecated-get-uncollected-fees.md): Get estimated uncollected fees (in base and quote tokens) for a specific token contract.
- [Index Token](https://clanker.gitbook.io/documentation/authenticated/index-token.md): Manually trigger indexing of a token deployment transaction.
- [Get Tokens by Admin](https://clanker.gitbook.io/documentation/authenticated/get-tokens-by-admin.md): Retrieves a paginated list of tokens where the specified address is the token admin.
- [Get Claimed Fees \[beta\]](https://clanker.gitbook.io/documentation/authenticated/get-claimed-fees-beta.md): Returns claimed fee history for a specific v4 token and fee recipient address. Data is sourced from indexed on-chain ClaimedRewards events since February 2nd, 2026 (until we run a complete backfill).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://clanker.gitbook.io/documentation/authenticated.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
