Next sequence

NextSequenceReceive returns the next receive sequence for a given channel.

get
Path parameters
channel_idstringRequired

channel unique identifier

port_idstringRequired

port unique identifier

Responses
200
A successful response.
application/json
get
GET //ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/next_sequence HTTP/1.1
Host: lunc.nownodes.io
Accept: */*
{
  "next_sequence_receive": "text",
  "proof": "text",
  "proof_height": {
    "revision_number": "text",
    "revision_height": "text"
  }
}