v1
latestOpenAPI 3.1.02026-07-2612501.4 MBapt_v1-account-{address}
Retrieves all the account resources from the specified account at a particular ledger version. If the ledger version is not explicitly provided in the request, the latest ledger version is used. The API credit value for this method is 1.
get/node/v1/aptos/mainnet/{apiKey}/v1/accounts/{address}
Path parameters
apiKeystring required
please <span class="custom-style"><a href="../docs/quick-start-guide#-creating-your-api-key-on-the-zan-platform" target="_blank">create your own API key</a></span>
addressstring required
The address associated with the account
Response
200
Example response
{
"sequence_number": "72",
"authentication_key": "0x07d7e436f0b2aafde60774efb26ccc432cf881b677aca7faaf2a01879bd19fb8"
}