curl --request GET \
--url https://backend.swap.coffee/v1/boost/{boost_factory}/{boost_id}
{
"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,
"verification": "whitelisted"
}
},
"reward_rate_per_second": "<string>",
"start_seconds_unix": 123,
"finish_seconds_unix": 123,
"rewards_per_day_usd": 123,
"apr": 123,
"lock_duration_seconds": 123,
"excluded_addresses": [
"<string>"
]
}
curl --request GET \
--url https://backend.swap.coffee/v1/boost/{boost_factory}/{boost_id}
{
"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,
"verification": "whitelisted"
}
},
"reward_rate_per_second": "<string>",
"start_seconds_unix": 123,
"finish_seconds_unix": 123,
"rewards_per_day_usd": 123,
"apr": 123,
"lock_duration_seconds": 123,
"excluded_addresses": [
"<string>"
]
}
Detailed boost info
The response is of type object
.