Account locked pasttime not unlocking only

Returns locked records of an account with unlock time beyond timestamp excluding tokens started unlocking

get
Path parameters
owneranyRequired
Query parameters
timestampanyOptional
Responses
application/json
objectOptional
get
GET /osmosis/lockup/v1beta1/account_locked_pasttime_not_unlocking_only/{owner} HTTP/1.1
Host: osmo.nownodes.io
Accept: */*
{
  "locks": [
    {
      "ID": "text",
      "owner": "text",
      "duration": "text",
      "end_time": "2025-04-23T18:59:44.681Z",
      "coins": [
        {
          "denom": "text",
          "amount": "text"
        }
      ],
      "reward_receiver_address": "text"
    }
  ]
}