Developer Resources
API Resources
LND Node API
3min
For LND nodes that run on Voltage, we expose the full LND API (gRPC and REST). This means you can interact with the node just like it was running on your own hardware. You can find the LND API Specification here:
Click LND API Reference to see the entire API library for your LND node!
To interact with your node's APIs, you must first download your macaroon. This can be found on your node's home page under the 'Admin Macaroon' tile. Unlock your dashboard and click 'Download'. This very similar to an API Key. It is the means by which you authenitcate to the node's APIs.
The base URL for your node's API is unique to every node. You can find this in your node's dashboard in the Node Details tile.
LND supports both gRPC and REST APIs. The gRPC port is 10009 and the REST port is 8080.
Updated 04 Oct 2024
Did this page help you?