XRPSCAN
HomeMetricsValidatorsAmendments
  • 📖Build with XRPSCAN
  • 📘API Documentation
    • Introduction
    • Pricing
      • Pay as you Go (PAYG)
    • API Concepts
      • Pagination
    • Account
      • Account info
      • Activations
      • Ancestry
      • Assets
      • Deposit Preauths
      • DEX Orders
      • Escrows
      • Issued tokens
      • Issued token balance
      • NFTs
      • Settings
      • Trustlines
      • Transactions
      • Xumm KYC status
    • Transaction
      • Transaction info
    • Ledger
      • Ledgers
      • Ledger info
      • Transactions
    • NFT
      • NFT info
    • AMM
      • AMM info
      • Pools
    • Object
      • Object info
    • Amendment
      • Amendments
      • Amendment info
    • Validator
      • Registry
      • Validator info
      • Report
    • Node
      • Nodes
      • Node info
    • Network
      • Fee
      • Server info
      • Server versions
    • Account Name
      • Well known accounts
    • Balance
      • Balances
    • Fact
      • Facts in namespace
      • Fact
    • Metrics
      • Metrics
    • Health
      • Ping
  • 📗Help
    • Integration guide
    • Validator
    • Contribute
    • Privacy policy
    • Contact us
  • 📙FAQs
    • How to report scams
Powered by GitBook
On this page
  • Request
  • Example
  • Response
  • Response format
  1. API Documentation
  2. Account

Settings

This endpoint retrieves account settings for a given account.

Request

GET /api/v1/account/{ACCOUNT}/settings

Example

curl https://api.xrpscan.com/api/v1/account/rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn/settings

Response

{
  "requireDestinationTag": true,
  "disableMasterKey": true,
  "defaultRipple": true,
  "emailHash": "98B4375E1D753E5B91627516F6D70977",
  "messageKey": "0000000000000000000000070000000300",
  "domain": "mduo13.com",
  "transferRate": 4.294967295,
  "regularKey": "rD9iJmieYHn8jTtPjwwkW2Wm9sVDvPXLoJ",
  "signers": {
    "threshold": 2,
    "weights": [
      {
        "address": "rsA2LpzuawewSBQXkiju3YQTMzW13pAAdW",
        "weight": 1
      },
      {
        "address": "ra5nK24KXen9AHvsdFTKHSANinZseWnPcX",
        "weight": 1
      }
    ]
  }
}

Response format

Additional properties may be available in the response based on rippled account_info command and AccountRoot ledger object.

PreviousNFTsNextTrustlines

Last updated 1 year ago

📘
Logoaccount_info | XRPL.org
LogoAccountRoot | XRPL.org