unique channel identifier
the relayer address to which the distribution address is registered
A successful response.
const response = await fetch('https://kava.nownodes.io/ibc/apps/fee/v1/channels/{channel_id}/relayers/{relayer}/payee', { method: 'GET', headers: {}, }); const data = await response.json();
{ "payee_address": "text" }