Account locked pasttime not unlocking only

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

get

/osmosis/lockup/v1beta1/account_locked_pasttime_not_unlocking_only/{owner}

Path parameters
owneranyrequired
Query parameters
timestampany
Responses
curl -L \
  --url 'http://osmo.nownodes.io/osmosis/lockup/v1beta1/account_locked_pasttime_not_unlocking_only/{owner}'
{
  "locks": [
    {
      "ID": "text",
      "owner": "text",
      "duration": "text",
      "end_time": "2025-03-14T02:01:09.509Z",
      "coins": [
        {
          "denom": "text",
          "amount": "text"
        }
      ],
      "reward_receiver_address": "text"
    }
  ]
}