Request body
url(required): the endpoint URL to verify.invoice: a 100-sat BOLT11 invoice for payout (preferred).lightningAddress: a Lightning address, e.g.user@wallet.com(fallback if you can't generate an invoice).description(optional): your endpoint description.
Provide either invoice or lightningAddress to receive your 100 sat reward.
{
"url": "https://api.example.com/v1/endpoint",
"invoice": "lnbc100n1...",
"description": "Optional human-readable description"
}
// Or with a Lightning address:
{
"url": "https://api.example.com/v1/endpoint",
"lightningAddress": "you@wallet.com"
}