{% extends "template-base.html" %} {% block mainclasses %}landing{% endblock %} {% block main %}

References

{{currentpage.blurb}}

rippled API Reference

Use the rippled API to communicate with a rippled server, the core peer-to-peer server that manages the XRP Ledger.

{% for page in pages|selectattr("supercategory", "equalto", "rippled API")|list %} {% if loop.index != 1 and page == pages|selectattr("category", "equalto", page.category)|first %}

{{page.blurb}}

{% set depth = 1 %} {% set parent_page = page %} {% include 'template-page-children.html' %}
{# go to new row after admin methods #} {% if page.html == "admin-rippled-methods.html" %}
{% endif %} {% endif %} {% endfor %}

Other XRP Ledger Interfaces

Here are a few other ways to interact with the XRP Ledger.

{% for page in pages|selectattr("doc_type", "equalto", "References")|selectattr("supercategory", "ne", "rippled API") %} {% if loop.index != 1 and page == pages|selectattr("category", "equalto", page.category)|first %}

{{page.blurb}}

{% if page.curated_anchors is defined %} {% endif %} {% set depth = 1 %} {% set parent_page = page %} {% include 'template-page-children.html' %}
{% endif %} {% endfor %}
{% endblock %}