Fee enabled

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

get
Path parameters
channel_idstringRequired

unique channel identifier

port_idstringRequired

unique port identifier

Responses
200
A successful response.
application/json
get
GET /ibc/apps/fee/v1/channels/{channel_id}/ports/{port_id}/fee_enabled HTTP/1.1
Host: kava.nownodes.io
Accept: */*
{
  "fee_enabled": true
}