Payee

Payee returns the registered payee address for a specific channel given the relayer address

get
Path parameters
channel_idstringRequired

unique channel identifier

relayerstringRequired

the relayer address to which the distribution address is registered

Responses
200
A successful response.
application/json
get
GET /ibc/apps/fee/v1/channels/{channel_id}/relayers/{relayer}/payee HTTP/1.1
Host: luna.nownodes.io
Accept: */*
{
  "payee_address": "text"
}