GET /account/info/{account}
GET

/v1/account/info/{account}

Account info with DB enrichment

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/account/info/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE
Path parameterValueDescription
accountAn XRPL account, its r-address
curl 'https://api.xrpl.to/v1/account/info/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE'

Response

200Example response1 ms · just now · 0.8 KB · 26 lines
https://api.xrpl.to/v1/account/info/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE
{
  "success": true,
  "took": 1,
  "account": "rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE",
  "balance": 167380145.229464,
  "total": 167380146.829464,
  "reserve": 1.6,
  "ownerCount": 3,
  "sequence": 67314589,
  "flags": 0,
  "regularKey": null,
  "name": "Ripple",
  "desc": "Ripple is a US company that develops payment products on the XRP Ledger and issues the RLUSD stablecoin; this account is company-operated.",
  "domain": null,
  "walletIndex": 50,
  "logoUpdated": 1785165777539,
  "logoAttribution": null,
  "logoLicense": null,
  "logoSourceUrl": null,
  "twitter": "ripple",
  "xBio": "We're enabling the Internet of Value.",
  "xFollowers": 3172737,
  "inception": "2021-10-27T20:47:11.000Z",
  "parent": "rsV5XY4tm9dBN8mPX7RPEDuHLaA5fZjFSA",
  "parentTx": "3287AD0A193B6D3F4A46C315263A67F2C7F224534770F19579A85AD7B028DBB2"
}

What it does

Account info with DB enrichment

An account is its r-address, e.g. rN7n3473SaZBCG4dFL83w7a1RXtXtbk2D9.
OpenAPI