Terp Network Docs
APIsIbcgoQuery
GET
/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments/{sequence}

Path Parameters

channel_id*string

channel unique identifier

port_id*string

port unique identifier

sequence*string

packet sequence

Formatuint64

Response Body

*/*

*/*

curl -X GET "https://api.terp.network/ibc/core/channel/v1/channels/string/ports/string/packet_commitments/string"
{
  "commitment": "string",
  "proof": "string",
  "proof_height": {
    "revision_number": "string",
    "revision_height": "string"
  }
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}