@ZEUS I am having some trouble using your LSP API, specifically w the "create_order" function.
I've created a simple example request using reqbin.com, but I just keep getting timeout errors. What am I doing wrong?
URL POST:
https://testnet-lsps1.lnolymp.us/api/v1/create_order
BODY JSON:
{
"lsp_balance_sat": "1000000",
"client_balance_sat": "0",
"required_channel_confirmations": 8,
"funding_confirms_within_blocks": 6,
"channel_expiry_blocks": 13000,
"token": "",
"refund_onchain_address": "",
"announce_channel": false,
"public_key": "035e4ff418fc8b5554c5d9eea66396c227bd429a3251c8cbc711002ba215bfc226"
}