Skip to main content

/v1/accounts/{address} REST API Endpoint

Retrieves information such as the authentication key and the sequence number for the specified account address.

Updated on
Oct 4, 2023

/v1/accounts/{address} REST API Endpoint

Path Parameters

address
string
REQUIRED
The address associated with the account

Query Parameters

ledger_version
string
The ledger version to retrieve account state. If not provided, it will be the latest version

Returns

sequence_number
The current sequence number of the account
authentication_key
The authentication key associated with the account to verify the identity of account owner
Request
1
curl -X 'GET' https://docs-demo.aptos-mainnet.quiknode.pro/v1/accounts/0xd647e8636b31d174256c31f0c35235ba25efd6d216617640991978cb4eadd000/ \
2
-H 'Content-Type: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free