A successful response.
const response = await fetch('//osmo.nownodes.io/osmosis/lockup/v1beta1/synthetic_lockups_by_lock_id/{lock_id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "synthetic_locks": [ { "underlying_lock_id": "text", "synth_denom": "text", "end_time": "2024-11-10T03:58:50.182Z", "duration": "text" } ] }