Exit swap share amount in

get
Path parameters
pool_idstring · uint64Required
Query parameters
share_in_amountstringOptional
Responses
200
A successful response.
application/json
get
GET /osmosis/gamm/v1beta1/pools/{pool_id}/exit_swap_share_amount_in HTTP/1.1
Host: osmo.nownodes.io
Accept: */*
{
  "tokens_out": [
    {
      "denom": "text",
      "amount": "text"
    }
  ]
}