curl --request GET \
--url https://backend.swap.coffee/v1/liquid_staking_pools/{address}
{
"pool": {
"protocol": "<string>",
"address": "<string>",
"base_token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ",
"decimals": 123,
"image_url": "<string>",
"listed": true,
"verification": "whitelisted"
}
},
"liquid_token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ",
"decimals": 123,
"image_url": "<string>",
"listed": true,
"verification": "whitelisted"
}
},
"supports_tx_building": true
},
"stats": {
"rate": 123,
"cycle_end": 123,
"tvl_usd": 123,
"apr": 123
}
}
curl --request GET \
--url https://backend.swap.coffee/v1/liquid_staking_pools/{address}
{
"pool": {
"protocol": "<string>",
"address": "<string>",
"base_token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ",
"decimals": 123,
"image_url": "<string>",
"listed": true,
"verification": "whitelisted"
}
},
"liquid_token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ",
"decimals": 123,
"image_url": "<string>",
"listed": true,
"verification": "whitelisted"
}
},
"supports_tx_building": true
},
"stats": {
"rate": 123,
"cycle_end": 123,
"tvl_usd": 123,
"apr": 123
}
}
"EQDY6PMeMbQSz7dltNN4RRTIxyuBJX4dQESOy8cWR2tUgBxH"
Liquid staking pool
The response is of type object
.