/v1/accounts/{address}
Retrieves high-level information about an account such as its sequence number and authentication key.
Path Parameters
address
Address of account with or without a 0x prefix.
Query Parameters
ledger_version
Ledger version to get the state of the account.
Response
Account information retrieved successfully.
sequence_number
A string containing a 64-bit unsigned integer.
authentication_key
All bytes (Vec) data is represented as hex-encoded string prefixed with 0x and fulfilled with two hex digits per byte.