mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
17 lines
517 B
Markdown
17 lines
517 B
Markdown
---
|
|
html: api-conventions.html
|
|
parent: http-websocket-apis.html
|
|
seo:
|
|
description: Common conventions used across the XRP Ledger's HTTP APIs.
|
|
metadata:
|
|
indexPage: true
|
|
---
|
|
# API Conventions
|
|
|
|
This section describes data types and formats of the HTTP APIs (JSON-RPC and WebSocket) as implemented in [the `rippled` server](../../../concepts/networks-and-servers/index.md).
|
|
|
|
For information on the XRP Ledger protocol that applies to all APIs, see [Protocol Reference](../../protocol/index.md).
|
|
|
|
|
|
{% child-pages /%}
|