v50
latestOpenAPI 3.0.0The Radix License, Version 1.0raw.githubusercontent.com2026-04-0736336265.6 KBState
Get Account Locker Vaults Page
Returns all the resource vaults associated with a given account locker. The returned response is in a paginated format, ordered by the most recent resource vault creation on the ledger.
post/state/account-locker/page/vaults
Request body
Example request
{
"locker_address": "<locker-address>",
"account_address": "<account-address>"
}Response
Account Locker vaults (paginated)
Example response
{
"ledger_state": {
"network": "<network-name>"
}
}