Label: Accounts
Pages relating to accounts in the XRP Ledger.
Concepts
-
Payment System Basics
Accounts
Learn about accounts in the XRP Ledger. Accounts can send transactions and hold XRP.
-
Accounts
Reserves
XRP Ledger accounts require a reserve of XRP to reduce spam in ledger data.
-
Accounts
Tickets
Send transactions in non-sequential order.
-
Transaction Basics
Source and Destination Tags
Use source and destination tags to indicate specific purposes for payments from and to multi-purpose addresses.
Tutorials
-
Tutorials
XRPL Quickstart
Use a JavaScript test harness to send XRP, trade currencies, and mint and trade NFTokens.
-
XRPL Quickstart
1. Create Accounts and Send XRP
Quickstart 1, create two accounts and transfer XRP between them.
-
XRPL Quickstart
Broker a NFToken Sale
Broker a sale between a sell offer and a buy offer.
-
XRPL Quickstart
Assign an Authorized Minter
Authorize another account to mint NFTokens for you.
-
XRPL Quickstart
Batch Mint NFTokens
Broker a sale between a sell offer and a buy offer.
-
Manage Account Settings
Assign a Regular Key Pair
Authorize a second key pair to sign transactions from your account. This key pair can be changed or removed later.
-
Manage Account Settings
Change or Remove a Regular Key Pair
Remove or update a regular key pair already authorized by your account.
-
Manage Account Settings
Disable Master Key Pair
Disable the master key that is mathematically associated with an address.
-
Manage Account Settings
Require Destination Tags
Require users to specify a destination tag when sending to your address.
-
Manage Account Settings
Offline Account Setup Tutorial
Set up an XRP Ledger account using an air-gapped, offline machine to store its cryptographic keys.
-
Manage Account Settings
Use Tickets
Use Tickets to send a transaction outside of normal Sequence order.
References
-
Ledger Object Types
AccountRoot
The settings, XRP balance, and other metadata for one account.
-
Transaction Types
AccountSet
Set options on an account.
-
Transaction Types
AccountDelete
Delete an account.
-
Account Methods
account_info
Get basic data about an account.
-
Account Methods
account_objects
Get all ledger objects owned by an account.
-
Account Methods
account_tx
Get info about an account's transactions.
-
Account Methods
gateway_balances
Calculate total amounts issued by an account.
-
Path and Order Book Methods
deposit_authorized
Check whether an account is authorized to send money directly to another.
-
Subscription Methods
subscribe
Listen for updates about a particular subject.
-
Subscription Methods
unsubscribe
Stop listening for updates about a particular subject.
-
Key Generation Methods
wallet_propose
Generate keys for a new account.