Documentation

All endpoints below are shown using the public node URL. This can be replaced with any other node, including a self-hosted node.

REST API
WebSocket API
Public Nodes

Feel free to use one of the publicly available nodes listed below.

Some nodes are still in development. More will be added soon.

Host your own Node

If you prefer to be independent and have complete control over your API, you can install the XRPL Meta Node software on your machine or server. You will need:

Run the following command to install it as a global program:

npm install -g xrplmeta

You now can start your node by running the xrplmeta command. Visit the GitHub Repository for additional instructions.