Terp Network Docs
APIsIbcgoQuery
GET
/ibc/apps/fee/v1/channels/{packet_id.channel_id}/ports/{packet_id.port_id}/sequences/{packet_id.sequence}/total_ack_fees

Path Parameters

packet_id.channel_id*string

channel unique identifier

packet_id.port_id*string

channel port identifier

packet_id.sequence*string

packet sequence

Formatuint64

Response Body

*/*

*/*

curl -X GET "https://api.terp.network/ibc/apps/fee/v1/channels/string/ports/string/sequences/string/total_ack_fees"
{
  "ack_fees": [
    {
      "denom": "string",
      "amount": "string"
    }
  ]
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}