Escrow address

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

get
Path parameters
channel_idstringRequired

unique channel identifier

port_idstringRequired

unique port identifier

Responses
200
A successful response.
application/json
get
GET /ibc/apps/transfer/v1/channels/{channel_id}/ports/{port_id}/escrow_address HTTP/1.1
Host: stride.nownodes.io
Accept: */*
{
  "escrow_address": "text"
}