---
title: "Get detailed info about boost. Works for Coffee DEX pools only"
method: GET
path: "/v1/boost/{boost_factory}/{boost_id}"
tags: ["Boosts"]
---

# Get detailed info about boost. Works for Coffee DEX pools only

`GET /v1/boost/{boost_factory}/{boost_id}`

## Path parameters

- `boost_factory` string, required
- `boost_id` integer, required

## Response `200`

Detailed boost info

- ApiBoost
  - `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)
