v4
latestOpenAPI 3.0.32026-08-07129194194.6 KBLiquidityProvisioning
Returns list of pools that are possible for migration of LP.
get/v1/liquidity/migration/pools/{source_pool_address}
Path parameters
source_pool_addressstring required
Address of the pool from non-coffee DEX
Response
Possible pools to migrate LP
Example response
[
{
"tokens": [
{
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ"
}
}
]
}
]