Fee enabled

FeeEnabledChannel returns true if the provided port and channel identifiers belong to a fee enabled channel

get
Path parameters
channel_idanyrequired

unique channel identifier

port_idanyrequired

unique port identifier

Responses
curl -L \
  --url 'https://kava.nownodes.io/ibc/apps/fee/v1/channels/{channel_id}/ports/{port_id}/fee_enabled'
{
  "fee_enabled": true
}