IBC-GO - gRPC Gateway docs
A REST interface for state queries
- GETEscrowAddress returns the escrow address for a particular port and channel id.
- GETDenomHash queries a denomination hash information.
- GETDenomTraces queries all denomination traces.
- GETDenomTrace queries a denomination trace information.
- GETParams queries all parameters of the ibc-transfer module.
- GETInterchainAccount returns the interchain account address for a given owner address on a given connection
- GETParams queries all parameters of the ICA controller submodule.
- GETParams queries all parameters of the ICA host submodule.
- GETFeeEnabledChannel returns true if the provided port and channel identifiers belong to a fee enabled channel
- GETGets all incentivized packets for a specific channel
- GETCounterpartyPayee returns the registered counterparty payee for forward relaying
- GETPayee returns the registered payee address for a specific channel given the relayer address
- GETIncentivizedPacket returns all packet fees for a packet given its identifier
- GETTotalAckFees returns the total acknowledgement fees for a packet given its identifier
- GETTotalRecvFees returns the total receive fees for a packet given its identifier
- GETTotalTimeoutFees returns the total timeout fees for a packet given its identifier
- GETFeeEnabledChannels returns a list of all fee enabled channels
- GETIncentivizedPackets returns all incentivized packets and their associated fees
- GETClientParams queries all parameters of the ibc client.
- GETClientStates queries all the IBC light clients of a chain.
- GETClientState queries an IBC light client.
- GETStatus queries the status of an IBC client.
- GETConsensusStates queries all the consensus state associated with a given client.
- GETConsensusStateHeights queries the height of every consensus states associated with a given client.
- GETConsensusState queries a consensus state associated with a client state at a given height.
- GETUpgradedClientState queries an Upgraded IBC light client.
- GETUpgradedConsensusState queries an Upgraded IBC consensus state.
- GETClientConnections queries the connection paths associated with a client state.
- GETConnections queries all the IBC connections of a chain.
- GETConnection queries an IBC connection end.
- GETConnectionClientState queries the client state associated with the connection.
- GETConnectionConsensusState queries the consensus state associated with the connection.
- GETChannels queries all the IBC channels of a chain.
- GETChannel queries an IBC Channel.
- GETChannelClientState queries for the client state for the channel associated with the provided channel identifiers.
- GETChannelConsensusState queries for the consensus state for the channel associated with the provided channel identifiers.
- GETNextSequenceReceive returns the next receive sequence for a given channel.
- GETPacketAcknowledgements returns all the packet acknowledgements associated with a channel.
- GETPacketAcknowledgement queries a stored packet acknowledgement hash.
- GETPacketCommitments returns all the packet commitments hashes associated with a channel.
- GETUnreceivedAcks returns all the unreceived IBC acknowledgements associated with a channel and sequences.
- GETUnreceivedPackets returns all the unreceived IBC packets associated with a channel and sequences.
- GETPacketCommitment queries a stored packet commitment hash.
- GETPacketReceipt queries if a given packet sequence has been received on the queried chain
- GETConnectionChannels queries all the channels associated with a connection end.