Path Parameters
channel_id*string
channel unique identifier
port_id*string
port unique identifier
packet_commitment_sequences*array<>
list of packet sequences
Items
1 <= itemsResponse Body
*/*
*/*
curl -X GET "https://api.terp.network/ibc/core/channel/v1/channels/string/ports/string/packet_commitments/string/unreceived_packets"{
"sequences": [
"string"
],
"height": {
"revision_number": "string",
"revision_height": "string"
}
}{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}