/v1/accounts/{address}/resource/{resource_type}
Retrieves an individual resource from a given account and at 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.
resource_type
Name of the Move struct resource to retrieve (e.g. 0x1::account::Account).
Query parameters
ledger_version
Ledger version to get the state of the account.
Response
The resource data for the specified type.
type
String representation of a MoveStructTag (e.g. 0x1::account::Account).
data
JSON representation of Move struct data within the resource.