Account unlockable coins

Returns unlockable coins which are not withdrawn yet

get
Path parameters
ownerstringRequired
Responses
200
A successful response.
application/json
get
GET /osmosis/lockup/v1beta1/account_unlockable_coins/{owner} HTTP/1.1
Host: osmo.nownodes.io
Accept: */*
{
  "coins": [
    {
      "denom": "text",
      "amount": "text"
    }
  ]
}