Path Parameters
packet_id.channel_id*string
channel unique identifier
packet_id.port_id*string
channel port identifier
packet_id.sequence*string
packet sequence
Format
uint64Response Body
*/*
*/*
curl -X GET "https://api.terp.network/ibc/apps/fee/v1/channels/string/ports/string/sequences/string/total_recv_fees"{
"recv_fees": [
{
"denom": "string",
"amount": "string"
}
]
}{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}