POST
/
v1
/
boost
/
{pool_address}
/
{address}
curl --request POST \
  --url https://backend.swap.coffee/v1/boost/{pool_address}/{address} \
  --header 'Content-Type: application/json' \
  --header 'x-verify: <x-verify>' \
  --data '{
  "pool_address": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV",
  "duration_seconds": 123,
  "amount_raw": "<string>",
  "reward_token": "<string>"
}'
{
  "query_id": 123,
  "message": {
    "address": "EQCM3B12QK1e4yZSf8GtBRT0aLMNyEsBc_DhVfRRtOEffLez",
    "value": "<string>"
  }
}

Authorizations

X-Api-Key
string
header
required

Headers

x-verify
string
required

TON proof for the given address

Path Parameters

pool_address
string
required
address
string
required
Example:

"UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"

Body

application/json
pool_address
string
required
Example:

"UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"

duration_seconds
integer
required
amount_raw
string
required

Absolute value

reward_token
string
required

Response

200
application/json
Transaction to be sent
query_id
integer
required
message
object
required