v3
latestOpenAPI 3.0.32026-07-21128192192.7 KBLiquidityProvisioning
Returns list of pools from which user may migrate tokens
get/v1/liquidity/migration/{user_address}
Path parameters
user_addressstring required
Response
List of pools from which user may migrate tokens
Example response
[
{
"pool": {
"dex": "stonfi",
"tokens": [
{
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ"
}
}
]
}
}
]