---
title: "Returns list of boosts for the pool"
method: GET
path: "/v1/boost/{pool_address}"
tags: ["Boosts"]
---

# Returns list of boosts for the pool

`GET /v1/boost/{pool_address}`

## Path parameters

- `pool_address` string, required

## Query parameters

- `last_factory` string
- `last_id` integer
- `size` integer

## Response `200`

Active boosts for this pool

- ApiBoostAggregated
  - `count` integer, required — Total amount of boosts
  - `infos` ApiBoost[], required
    - `pool_address` string, required
    - `boost_factory` string
    - `boost_id` integer
    - `reward_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
    - `reward_rate_per_second` string, required
    - `start_seconds_unix` integer
    - `finish_seconds_unix` integer, required
    - `rewards_per_day_usd` number, required
    - `apr` number, required — Apr in percents
    - `lock_duration_seconds` integer
    - `excluded_addresses` string[]

## 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/versions/fd1067547679/schema)
