v3

latestOpenAPI 3.0.32026-07-21128192192.7 KB
Boosts

Build transaction to create boost for pool in swap.coffee DEX

post/v1/boost/{pool_address}/{address}

Path parameters

pool_addressstring required
addressstring required
Example:UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV

Headers

x-verifystring required

TON proof for the given address

Request body

pool_addressstring required
start_secondsinteger required
finish_secondsinteger required
amount_rawstring required

Absolute value

reward_tokenstring required
exclude_addressesstring[] required

Example request

{
  "pool_address": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"
}

Response

Transaction to be sent

query_idinteger required

Example response

{
  "message": {
    "address": "EQCM3B12QK1e4yZSf8GtBRT0aLMNyEsBc_DhVfRRtOEffLez"
  }
}