Escrow address

EscrowAddress returns the escrow address for a particular port and channel id.

get
Path parameters
channel_idanyrequired

unique channel identifier

port_idanyrequired

unique port identifier

Responses
curl -L \
  --url 'https://stride.nownodes.io/ibc/apps/transfer/v1/channels/{channel_id}/ports/{port_id}/escrow_address'
{
  "escrow_address": "text"
}