v50
latestOpenAPI 3.0.0The Radix License, Version 1.0raw.githubusercontent.com2026-04-0736336265.6 KBState
Get Most Recent Touch of Account Lockers
Returns most recent state version given account locker has been touched. Touch refers to the creation of the account locker itself as well as any modification to its contents, such as resource claim, airdrop or store.
post/state/account-lockers/touched-at
Request body
Example request
{
"account_lockers": [
{
"locker_address": "<locker-address>",
"account_address": "<account-address>"
}
]
}Response
Account locker account pair last touch state version
Example response
{
"ledger_state": {
"network": "<network-name>"
}
}