Skip to content
Alchemy Logo

/v1/accounts/{address}/resources

GET
https://aptos-mainnet.g.alchemy.com/v2/docs-demo/v1/accounts/{address}/resources

Retrieves all account resources for a given account and a specific ledger version. If the ledger version is not specified, the latest ledger version is used.

Path Parameters

stringrequired

Address of account with or without a 0x prefix.

Query Parameters

stringoptional

Ledger version to get the state of the account.

Responses

200

Array of account resources.

Was this page helpful?