XRP-API

  • All XRP-API Methods

In this page:

  • XRP-API 0.1.0 Query Methods
  • Index
  • All XRP-API Methods
  • Query Methods

XRP-API 0.1.0 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}
Index
All XRP-API Methods
Query Methods
Get Account Info
Get Account Settings
Get Account Transactions
Get Transaction
Transact Methods
Prepare a Payment
Sign and/or submit a payment
Create, sign, and submit a payment
Meta Methods
Get Server Info
Get API Docs
Ping
XRP-API Data Types
RippleAPIError
ErrorItem
ServerInfo
RippledServerInfo
Load
LastClose
ServerState
ValidatedLedger
Address
TransactionID
PreparedPaymentTransaction
AppliedTransaction
AccountInfo
AccountSettings
AccountTransactions
AccountData
LedgerIndex
Payment object and instructions
Payment Object
Amount
Currency
Transaction Instructions
TransactionStatus
Transaction Common Fields
PaymentTransaction
Signed Transaction
ApiDoc
Top