GET
/
v1
/
boost
/
{pool_address}
curl --request GET \
  --url https://backend.swap.coffee/v1/boost/{pool_address}
{
  "count": 123,
  "infos": [
    {
      "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

pool_address
string
required

Query Parameters

last_factory
string
default:
last_id
integer
default:0
Required range: x >= 0
size
integer
default:10
Required range: 1 <= x <= 100

Response

200
application/json
Active boosts for this pool
count
integer
required

Total amount of boosts

infos
object[]
required