v1
latestOpenAPI 3.0.22026-07-17112726.4 KBautoloop
Get the parameters that the daemon's liquidity manager is currently configured with. This may be nil if nothing is configured.
get/v1/liquidity/params/{offchainAsset}
Path parameters
offchainAsset'BTC' | 'LTC'
off-chain asset which autoloop manager will take care. default is BTC.
Response
OK
Example response
{
"rules": [
{
"pubkey": "03afbba930dc74d6412b71c31f72bfb8d4615121174dd4290cbbf83960961ba9ab",
"channel_id": "140x10x1"
}
]
}