http://vm7h454g5hiy2nt3u5o7evtz3vigtypo2mkyausakvdkbmd7wpyhx5qd.onion/docs
Request params type bitcoin or lightning amount amount in satoshis webhook (optional) endpoint to hit when the invoice is paid secret a secret for the webhook to check Get a lightning invoice to receive funds curl "https://coinos.io/api/invoice"
-H "content-type: application/json"
-H "Authorization: Bearer $token"
-d '{
"invoice": {
"amount": 1000,
"type": "lightning"
}
}' Get a bitcoin address to receive funds curl...