IBC API - Deprecated 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 deprecated methods. These methods were available in version 1.4.10 and are no longer served in version 1.5.3. Each method is documented in full, in the format of the 1.4.10 API reference.
API Changelog 1.4.10 to 1.5.3 / Deprecated methods
Apps
DenomTraces queries all denomination traces.
This method is no longer available in version 1.5.3 (it was available in 1.4.10). Use the new /ibc/apps/transfer/v1/denoms endpoint instead.
Parameters
pagination.keystring<byte>querykey is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set.
pagination.offsetstring<uint64>queryoffset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set.
pagination.limitstring<uint64>querylimit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app.
pagination.count_totalboolean<boolean>querycount_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set.
pagination.reverseboolean<boolean>queryreverse is set to true if results are to be returned in the descending order.
Since: cosmos-sdk 0.43
Response
A successful response.
An unexpected error response
DenomTrace queries a denomination trace information.
This method is no longer available in version 1.5.3 (it was available in 1.4.10). Use the new /ibc/apps/transfer/v1/denoms/{hash} endpoint instead.
Parameters
hashstringrequiredpathhash (in hex format) or denom (full denom with ibc prefix) of the denomination trace information.
Response
A successful response.
An unexpected error response
Client
ClientParams queries all parameters of the ibc client.
This method is no longer available in version 1.5.3 (it was available in 1.4.10). Use the new /ibc/core/client/v1/params endpoint instead.
Response
A successful response.
An unexpected error response