unique channel identifier
unique port identifier
A successful response.
const response = await fetch('https://luna.nownodes.io/ibc/apps/transfer/v1/channels/{channel_id}/ports/{port_id}/escrow_address', { method: 'GET', headers: {}, }); const data = await response.json();
{ "escrow_address": "text" }