/v1/accounts
Retrieves high-level information about an account such as its sequence number and authentication key.
⚠ This endpoint is only available with Blast access.
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.