Skip to content

New account page

The New account button displays the New account page where you can define account parameters.

New account page

FieldDescription
Account NameThe technical name of the ledger account that adheres to the RippleNet account naming scheme.
CurrencyThe ISO 4217 three-letter code that represent the account currency.
Minimum Allowed BalanceThe minimum account balance for RippleNet payments (can be negative).
Maximum Allowed BalanceThe maximum account balance for RippleNet payments.
Low Liquidity ThresholdValue for the account that, when reached, triggers a notification in the RippleNet Payment Object.
ScaleThe number of digits to the right of the decimal point for the account.
Rounding ModeDetermines how values are rounded according the to the account scale. The rounding modes are:
  • Round Half Up: Rounds to nearest value, and if midway, rounds UP:
    • 5.2 -> 5
    • 5.8 -> 6
    • 5.5 -> 6
  • Round Half Down: Rounds to nearest value, and if midway, rounds DOWN:
    • 5.2 -> 5
    • 5.8 -> 6
    • 5.5 -> 5
  • Round Down: Always rounds towards 0:
    • 5.9 -> 5
  • Owner/AddressThe RippleNet address of the owner of the account