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