/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.
⚠ 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
Array of account resources.
type
String representation of a MoveStructTag (e.g. 0x1:🪙:CoinStore<…>)
data
JSON representation of Move struct data within the resource.