State

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>"
  }
}

Changes

Changed in 3 of the 50 revisions of this API.12

    • ○

      the request property //// became nullable

      request-property-became-nullable

    • ▲

      the request property //// became not nullable

      request-property-became-not-nullable

    • ○

      endpoint added

      endpoint-added