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

Path Parameters

channel_id*string

channel unique identifier

port_id*string

port unique identifier

Response Body

*/*

*/*

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