curl --request GET \
--url https://backend.swap.coffee/v1/liquid_staking_pools/{address} \
--header 'X-Api-Key: <api-key>'{
"pool": {
"protocol": "<string>",
"address": "<string>",
"base_token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ",
"decimals": 123,
"listed": true,
"verification": "whitelisted",
"image_url": "<string>"
}
},
"liquid_token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ",
"decimals": 123,
"listed": true,
"verification": "whitelisted",
"image_url": "<string>"
}
},
"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} \
--header 'X-Api-Key: <api-key>'{
"pool": {
"protocol": "<string>",
"address": "<string>",
"base_token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ",
"decimals": 123,
"listed": true,
"verification": "whitelisted",
"image_url": "<string>"
}
},
"liquid_token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ",
"decimals": 123,
"listed": true,
"verification": "whitelisted",
"image_url": "<string>"
}
},
"supports_tx_building": true
},
"stats": {
"rate": 123,
"cycle_end": 123,
"tvl_usd": 123,
"apr": 123
}
}