OpenNode · Example Payload

Initiate Withdrawal Request

BitcoinLightning NetworkPaymentsPayment ProcessingCryptocurrencyFintechWebhooksInvoicingPayoutsLNURL

Initiate Withdrawal Request is an example object payload from OpenNode, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typeamountaddresscallback_url

Example Payload

initiate-withdrawal-request.json Raw ↑
{
  "type": "ln",
  "amount": 5000,
  "address": "lnbc50u1p3zqvppsp5example...",
  "callback_url": "https://example.com/webhooks/withdrawal"
}