Locked by id
Path parameters
lock_idstring · uint64Required
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /osmosis/lockup/v1beta1/locked_by_id/{lock_id} HTTP/1.1
Host: osmo.nownodes.io
Accept: */*
{
"lock": {
"ID": "text",
"owner": "text",
"duration": "text",
"end_time": "2025-07-13T22:54:44.638Z",
"coins": [
{
"denom": "text",
"amount": "text"
}
],
"reward_receiver_address": "text"
}
}