---
title: "Get Wallet Pool Total Claims"
method: GET
path: "/wallets/{wallet}/pools/{pool_address}/total_claims"
tags: ["Wallets"]
---

# Get Wallet Pool Total Claims

`GET /wallets/{wallet}/pools/{pool_address}/total_claims`

Returns combined total claimed fees and rewards for a wallet in a specific pool

## Path parameters

- `wallet` string, required
- `pool_address` string, required

## Response `200`

- GetWalletTotalClaimsResponse
  - `fee_claim_count` integer, required
  - `last_fee_claim_time` string, date-time
  - `last_reward_claim_time` string, date-time
  - `pool_address` string, required
  - `reward_claim_count` integer, required
  - `total_claims_sol` string, required
  - `total_claims_usd` string, required
  - `total_fee_x` string, required
  - `total_fee_x_sol` string, required
  - `total_fee_x_usd` string, required
  - `total_fee_y` string, required
  - `total_fee_y_sol` string, required
  - `total_fee_y_usd` string, required
  - `total_reward_x` string, required
  - `total_reward_x_sol` string, required
  - `total_reward_x_usd` string, required
  - `total_reward_y` string, required
  - `total_reward_y_sol` string, required
  - `total_reward_y_usd` string, required
  - `user_address` string, required

## Other responses

- `400`

---

[API](https://skmtc.net/meteora/apis/dynamic-amm-keeper.md) · [All operations](https://skmtc.net/meteora/apis/dynamic-amm-keeper/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meteora/dynamic-amm-keeper/versions/453231c15a14/schema)
