Terp Network Docs
APIsIbcgoQuery
GET
/ibc/apps/interchain_accounts/controller/v1/owners/{owner}/connections/{connection_id}

Path Parameters

owner*string
connection_id*string

Response Body

*/*

*/*

curl -X GET "https://api.terp.network/ibc/apps/interchain_accounts/controller/v1/owners/string/connections/string"
{
  "address": "string"
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}