XRP-API

  • All XRP-API Methods

In this page:

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

XRP-API 0.1.0 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}
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