Total shares

get
Path parameters
pool_idstring ยท uint64Required
Responses
200
A successful response.
application/json
get
GET /osmosis/gamm/v1beta1/pools/{pool_id}/total_shares HTTP/1.1
Host: osmo.nownodes.io
Accept: */*
{
  "total_shares": {
    "denom": "text",
    "amount": "text"
  }
}