Files
xrpl-dev-portal/docs/references/http-websocket-apis/peer-port-methods/index.md

1.1 KiB

html, parent, metadata, seo
html parent metadata seo
peer-port-methods.html http-websocket-apis.html
indexPage
true
description
Special API methods for sharing network topology and status metrics, served on the XRPL Peer Protocol port.

Peer Port Methods

Separate from the WebSocket / HTTP APIs, rippled servers provide a few special API methods from the same port they use for XRP Ledger peer protocol communications. These methods provide status information about the server itself and its connectivity to the peer-to-peer network, and are intended mainly for monitoring and administration.

Security: Most rippled servers use a self-signed TLS certificate to respond to peer port requests. By default, most tools (including web browsers) flag or block such responses for being untrusted. You must ignore the certificate checking (for example, if using cURL, add the --insecure flag) to display a response from those servers, or configure the server with a TLS certificate signed by a known Certificate Authority.

{% child-pages /%}