---
title: "Returns user's earned boosts in given pool"
method: GET
path: "/v1/boost/user/{pool_address}/{user_address}"
tags: ["Boosts"]
---

# Returns user's earned boosts in given pool

`GET /v1/boost/user/{pool_address}/{user_address}`

## Path parameters

- `pool_address` string, required
- `user_address` string, required

## Response `200`

User's earned boosts in given pools

- ApiClaimingTokenStats[]
  - `token` ApiToken, required
    - `address` ApiTokenAddress, required
      - `blockchain` string, required
      - `address` string, required
    - `metadata` ApiTokenMetadata, required
      - `name` string, required
      - `symbol` string, required
      - `decimals` integer, required
      - `image_url` string
      - `listed` boolean, required
      - `verification` 'whitelisted' | 'blacklisted' | 'community' | 'unknown', required
  - `wallet` string, required — Wallet's address where token resides
  - `type` 'all' | 'referral' | 'cashback' | 'staking' | 'rewards_stonfi' | 'rewards_dedust' | 'coffee_dex' | 'boost', required
  - `claimed` string, int128, required
  - `locked` string, int128, required
  - `available` string, int128, required
  - `available_usd` number, double, required

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.net/swap/apis/swap-coffee-api.md) · [All operations](https://skmtc.net/swap/apis/swap-coffee-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swap/swap-coffee-api/revisions/2d1b51b5df52/schema)
