Synthetic lockup by lock id

Returns synthetic lockup by native lockup id

get
Path parameters
lock_idstring · uint64Required
Responses
200
A successful response.
application/json
get
GET /osmosis/lockup/v1beta1/synthetic_lockup_by_lock_id/{lock_id} HTTP/1.1
Host: osmo.nownodes.io
Accept: */*
{
  "synthetic_lock": {
    "underlying_lock_id": "text",
    "synth_denom": "text",
    "end_time": "2025-06-27T02:57:34.474Z",
    "duration": "text"
  }
}