Connections
InterchainAccount returns the interchain account address for a given owner address on a given connection
get
Path parameters
ownerstringRequired
connection_idstringRequired
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /ibc/apps/interchain_accounts/controller/v1/owners/{owner}/connections/{connection_id} HTTP/1.1
Host: kava.nownodes.io
Accept: */*
{
"address": "text"
}