Lockable durations

LockableDurations returns lockable durations that are valid to distribute incentives for

GET//osmo.nownodes.io/osmosis/incentives/v1beta1/lockable_durations
Response

A successful response.

Body
lockable_durationsTime durations that users can lock coins for in order to recieve rewards
Request
const response = await fetch('//osmo.nownodes.io/osmosis/incentives/v1beta1/lockable_durations', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "lockable_durations": [
    "text"
  ]
}