Next sequence
Path parameters
channel_idstringRequired
channel unique identifier
port_idstringRequired
port unique identifier
Responses
200
A successful response.
application/json
default
An unexpected error 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"
}
}