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.

Last updated