v1
latestOpenAPI 3.0.22026-07-17112726.4 KBloop
autoloop
Get suggestion for the swaps.
get/v1/auto/suggest/{offchainAsset}
Path parameters
offchainAsset'BTC' | 'LTC'
off-chain asset which autoloop manager will take care. default is BTC.
Response
OK
Example response
{
"loop_out": [
{
"channel_ids": [
"140x10x1"
],
"pair_id": "BTC/LTC",
"address": "bc1q2y7lfmmm7xhv2dpf0n0mx6w26zspmvszm3hvkc4yn785xp8dvs5shejlc5"
}
],
"loop_in": [
{
"last_hop": "03afbba930dc74d6412b71c31f72bfb8d4615121174dd4290cbbf83960961ba9ab",
"channel_id": "140x10x1",
"pair_id": "BTC/LTC"
}
],
"disqualified": [
{
"channel_id": "140x10x1",
"pubkey": "03afbba930dc74d6412b71c31f72bfb8d4615121174dd4290cbbf83960961ba9ab"
}
]
}