Account locked duration

Returns account locked records with a specific duration

get
Path parameters
ownerstringRequired
Query parameters
durationstringOptional
Responses
200
A successful response.
application/json
get
GET /osmosis/lockup/v1beta1/account_locked_duration/{owner} HTTP/1.1
Host: osmo.nownodes.io
Accept: */*
{
  "locks": [
    {
      "ID": "text",
      "owner": "text",
      "duration": "text",
      "end_time": "2025-06-27T06:09:13.159Z",
      "coins": [
        {
          "denom": "text",
          "amount": "text"
        }
      ],
      "reward_receiver_address": "text"
    }
  ]
}