Account unlockable coins
Path parameters
ownerstringRequired
Responses
200
A successful response.
application/json
default
An unexpected error 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"
}
]
}