IBC API - Added Methods
v1.5.3https://axelar.nownodes.ioAxelar API (API Changelog 1.4.10 to 1.5.3)API Changelog 1.4.10 to 1.5.3 - IBC API added methods. These methods first appear in version 1.5.3 and did not exist in version 1.4.10. Each method is documented in full, in the format of the 1.5.3 API reference.
Authentication
api-keyAuthapiKeyAPI Key: api-key in header
API Changelog 1.4.10 to 1.5.3 / Added methods
Apps
Denoms queries all denominations
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
New in 1.5.3: this endpoint did not exist in the 1.4.10 API. It replaces the deprecated /ibc/apps/transfer/v1/denom_traces endpoint.
Parameters
pagination.keystring<byte>querypagination.offsetstring<uint64>querypagination.limitstring<uint64>querypagination.count_totalbooleanquerypagination.reversebooleanqueryResponse
A successful response.
Denom queries a denomination
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
New in 1.5.3: this endpoint did not exist in the 1.4.10 API. It replaces the deprecated /ibc/apps/transfer/v1/denom_traces/{hash} endpoint.
Parameters
hashstringrequiredpathhash (in hex format) or denom (full denom with ibc prefix) of the on chain denomination.
Response
A successful response.
TotalEscrowForDenom returns the total amount of tokens in escrow based on the denom.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
New in 1.5.3: this method did not exist in the 1.4.10 API.
Parameters
denomstringrequiredpathThe denomination, e.g. uatom or ibc/27394FB0...
Response
A successful response.
ChannelV2
NextSequenceSend returns the next send sequence for a given channel.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
New in 1.5.3: this IBC channel v2 client-scoped query did not exist in the 1.4.10 API.
Parameters
client_idstringrequiredpathclient unique identifier
Response
A successful response.
PacketAcknowledgements returns all packet acknowledgements associated with a client.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
New in 1.5.3: this IBC channel v2 client-scoped query did not exist in the 1.4.10 API.
Parameters
client_idstringrequiredpathpagination.keystring<byte>querypagination.limitstring<uint64>querypacket_commitment_sequencesArray<string>querylist of packet sequences
Response
A successful response.
PacketAcknowledgement queries a stored acknowledgement commitment hash.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
New in 1.5.3: this IBC channel v2 client-scoped query did not exist in the 1.4.10 API.
Parameters
client_idstringrequiredpathsequencestring<uint64>requiredpathResponse
A successful response.
PacketCommitments returns all packet commitments associated with a client.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
New in 1.5.3: this IBC channel v2 client-scoped query did not exist in the 1.4.10 API.
Parameters
client_idstringrequiredpathpagination.keystring<byte>querypagination.offsetstring<uint64>querypagination.limitstring<uint64>querypagination.count_totalbooleanquerypagination.reversebooleanqueryResponse
A successful response.
UnreceivedAcks returns all the unreceived IBC acknowledgements associated with a client and sequences.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
New in 1.5.3: this IBC channel v2 client-scoped query did not exist in the 1.4.10 API.
Parameters
client_idstringrequiredpathpacket_ack_sequencesArray<string>requiredpathlist of acknowledgement sequences
Response
A successful response.
UnreceivedPackets returns all the unreceived IBC packets associated with a client and sequences.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
New in 1.5.3: this IBC channel v2 client-scoped query did not exist in the 1.4.10 API.
Parameters
client_idstringrequiredpathsequencesArray<string>requiredpathlist of packet sequences
Response
A successful response.
PacketCommitment queries a stored packet commitment hash.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
New in 1.5.3: this IBC channel v2 client-scoped query did not exist in the 1.4.10 API.
Parameters
client_idstringrequiredpathclient unique identifier
sequencestring<uint64>requiredpathpacket sequence
Response
A successful response.
PacketReceipt queries a stored packet receipt.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
New in 1.5.3: this IBC channel v2 client-scoped query did not exist in the 1.4.10 API.
Parameters
client_idstringrequiredpathsequencestring<uint64>requiredpathResponse
A successful response.
Clients
ClientParams queries all parameters of the ibc client.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
New in 1.5.3: the client params query is served from this path. The 1.4.10 endpoint /ibc/client/v1/params is no longer available in 1.5.3.
Response
A successful response.
Query
Params returns the querying grpc-gateway of the connection parameters.
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
New in 1.5.3: this method did not exist in the 1.4.10 API.
Response
A successful response.
An unexpected error response