v4

latestOpenAPI 3.0.32026-08-07129194194.6 KB
Boosts

Returns list of boosts for the pool

get/v1/boost/{pool_address}

Path parameters

pool_addressstring required

Query parameters

last_factorystring
last_idinteger
sizeinteger

Response

Active boosts for this pool

countinteger required

Total amount of boosts

Example response

{
  "infos": [
    {
      "reward_token": {
        "address": {
          "blockchain": "ton",
          "address": "native"
        },
        "metadata": {
          "name": "ARBUZ",
          "symbol": "ARBUZ"
        }
      }
    }
  ]
}