Path Parameters
channel_id*string
unique channel identifier
relayer*string
the relayer address to which the distribution address is registered
Response Body
*/*
*/*
curl -X GET "https://api.terp.network/ibc/apps/fee/v1/channels/string/relayers/string/payee"{
"payee_address": "string"
}{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}