GET /submit/account/{address}/sequence
GET

/v1/submit/account/{address}/sequence

Account sequence number

AuthNone — works without a key

Request

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

Response

200Example response12 ms · just now · 0.2 KB · 10 lines
https://api.xrpl.to/v1/submit/account/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE/sequence
{
  "success": true,
  "sequence": 67314589,
  "ledger_index": 107131974,
  "balance": 167380146.829464,
  "ownerCount": 3,
  "flags": 0,
  "regularKey": null,
  "hasSignerList": false
}
Shapeas documented
{
  success,
  sequence,
  ledger_index,
  balance,
  ownerCount,
  flags,
  regularKey,
  cached?
}

What it does

Account sequence number

Transaction hashes are 64-character hex. Submit relays whatever you signed: the type list below is what the ledger accepts today. Every transaction type you can submit →
OpenAPI