XRP-API 0.1.0 Methods

An API server that provides a REST-like interface to the XRP Ledger.

View API methods by category:

Query Methods

Methods to access data from the XRP Ledger.

Summary Path
Get Account Info GET /accounts/{address}/info
Get Account Settings GET /accounts/{address}/settings
Get Account Transactions GET /accounts/{address}/transactions
Get Transaction GET /transactions/{transaction_id}

Transact Methods

Methods to submit transactions to the XRP Ledger.

Summary Path
Prepare a Payment GET /preparations/payments
Sign and/or submit a payment PUT /payments
Create, sign, and submit a payment POST /payments
Get Transaction GET /transactions/{transaction_id}

Meta Methods

Methods to get information about the XRP-API server itself.

Summary Path
Get Server Info GET /servers/info
Get API Docs GET /apiDocs
Ping GET /ping