Account locked pasttime

Returns locked records of an account with unlock time beyond timestamp

get
Path parameters
ownerstringRequired
Query parameters
timestampstring · date-timeOptional
Responses
200
A successful response.
application/json
get
GET /osmosis/lockup/v1beta1/account_locked_pasttime/{owner} HTTP/1.1
Host: osmo.nownodes.io
Accept: */*
{
  "locks": [
    {
      "ID": "text",
      "owner": "text",
      "duration": "text",
      "end_time": "2025-05-12T18:03:00.597Z",
      "coins": [
        {
          "denom": "text",
          "amount": "text"
        }
      ],
      "reward_receiver_address": "text"
    }
  ]
}