OpenNode · Schema

OpenNode Withdrawal

Schema for an OpenNode Bitcoin withdrawal object representing a payout to an on-chain address or Lightning invoice.

BitcoinLightning NetworkPaymentsPayment ProcessingCryptocurrencyFintechWebhookInvoicingPayoutsLNURL

Properties

Name Type Description
id string Unique withdrawal identifier.
type string Withdrawal type — 'chain' for on-chain Bitcoin, 'ln' for Lightning Network.
amount integer Withdrawal amount in satoshis.
status string Current status of the withdrawal.
address string Destination Bitcoin address or Lightning invoice.
fee integer Network fee charged in satoshis.
created_at integer Unix timestamp of withdrawal creation.
processed_at integernull Unix timestamp when the withdrawal was processed. Null if not yet processed.
View JSON Schema on GitHub

JSON Schema

opennode-withdrawal.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/opennode/json-schema/opennode-withdrawal.json",
  "title": "OpenNode Withdrawal",
  "description": "Schema for an OpenNode Bitcoin withdrawal object representing a payout to an on-chain address or Lightning invoice.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique withdrawal identifier."
    },
    "type": {
      "type": "string",
      "enum": ["chain", "ln"],
      "description": "Withdrawal type — 'chain' for on-chain Bitcoin, 'ln' for Lightning Network."
    },
    "amount": {
      "type": "integer",
      "description": "Withdrawal amount in satoshis.",
      "minimum": 1
    },
    "status": {
      "type": "string",
      "enum": ["pending", "processing", "confirmed", "failed"],
      "description": "Current status of the withdrawal."
    },
    "address": {
      "type": "string",
      "description": "Destination Bitcoin address or Lightning invoice."
    },
    "fee": {
      "type": "integer",
      "description": "Network fee charged in satoshis.",
      "minimum": 0
    },
    "created_at": {
      "type": "integer",
      "description": "Unix timestamp of withdrawal creation."
    },
    "processed_at": {
      "type": ["integer", "null"],
      "description": "Unix timestamp when the withdrawal was processed. Null if not yet processed."
    }
  },
  "required": ["id", "type", "amount", "status", "address", "created_at"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/opennode-withdrawal"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.