---
title: "ConnectionOpenAck defines a rpc handler method for MsgConnectionOpenAck."
method: POST
path: "/ibc.core.connection.v1.Msg/ConnectionOpenAck"
tags: ["Msg"]
---

# ConnectionOpenAck defines a rpc handler method for MsgConnectionOpenAck.

`POST /ibc.core.connection.v1.Msg/ConnectionOpenAck`

## Request body

- IbcCoreConnectionV1MsgConnectionOpenAck — MsgConnectionOpenAck defines a msg sent by a Relayer to Chain A to acknowledge the change of connection state to TRYOPEN on Chain B.
  - `client_state` GoogleProtobufAny
    - `@type` string
  - `connection_id` string
  - `consensus_height` IbcCoreClientV1Height — Normally the RevisionHeight is incremented at each height while keeping RevisionNumber the same. However some consensus algorithms may choose to reset the height in certain conditions e.g. hard forks, state-machine breaking changes In these cases, the RevisionNumber is incremented so that height continues to be monitonically increasing even as the RevisionHeight gets reset
    - `revision_height` string, uint64
    - `revision_number` string, uint64
  - `counterparty_connection_id` string
  - `host_consensus_state_proof` string, byte
  - `proof_client` string, byte
  - `proof_consensus` string, byte
  - `proof_height` IbcCoreClientV1Height — Normally the RevisionHeight is incremented at each height while keeping RevisionNumber the same. However some consensus algorithms may choose to reset the height in certain conditions e.g. hard forks, state-machine breaking changes In these cases, the RevisionNumber is incremented so that height continues to be monitonically increasing even as the RevisionHeight gets reset
    - `revision_height` string, uint64
    - `revision_number` string, uint64
  - `proof_try` string, byte
  - `signer` string
  - `version` IbcCoreConnectionV1Version — Version defines the versioning scheme used to negotiate the IBC verison in the connection handshake.
    - `features` string[]
    - `identifier` string

## Response `200`

A successful response.

- IbcCoreConnectionV1MsgConnectionOpenAckResponse — MsgConnectionOpenAckResponse defines the Msg/ConnectionOpenAck response type.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2024-08-14** `21c607e4fa20` — 1 info
  - api operation id `IbcCoreConnectionV1Msg_ConnectionOpenAck` removed and replaced with `FeeMsg_ConnectionOpenAck`
- **2024-02-23** `54713b4a9d25` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/ibc.core.connection.v1.Msg/ConnectionOpenAck/post.md)

---

[API](https://skmtc.dev/pokt-network/apis/http-api-console.md) · [All operations](https://skmtc.dev/pokt-network/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pokt-network/http-api-console/revisions/de0653d8a73d/schema)
