v3
latestOpenAPI 3.0.32026-07-21128192192.7 KBBoosts
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
Example request
{
"pool_address": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"
}Response
Transaction to be sent
Example response
{
"message": {
"address": "EQCM3B12QK1e4yZSf8GtBRT0aLMNyEsBc_DhVfRRtOEffLez"
}
}