GET
/
v1
/
boost
/
{boost_factory}
/
{boost_id}
curl --request GET \
  --url https://backend.swap.coffee/v1/boost/{boost_factory}/{boost_id}
{
  "pool_address": "<string>",
  "boost_factory": "<string>",
  "boost_id": 123,
  "reward_token": {
    "address": {
      "blockchain": "ton",
      "address": "native"
    },
    "metadata": {
      "name": "ARBUZ",
      "symbol": "ARBUZ",
      "decimals": 123,
      "image_url": "<string>",
      "listed": true
    }
  },
  "reward_rate_per_second": "<string>",
  "start_seconds_unix": 123,
  "finish_seconds_unix": 123,
  "rewards_per_day_usd": 123,
  "apr": 123,
  "lock_duration_seconds": 123
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

boost_factory
string
required
boost_id
integer
required

Response

200
application/json
Detailed boost info
pool_address
string
required
reward_token
object
required
reward_rate_per_second
string
required
finish_seconds_unix
integer
required
rewards_per_day_usd
number
required
apr
number
required

Apr in percents

boost_factory
string
boost_id
integer
start_seconds_unix
integer
lock_duration_seconds
integer