Home

IBC API - Deprecated Methods

v1.5.3
Base URL
https://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.

GET
https://axelar.nownodes.io/ibc/apps/transfer/v1/denom_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>query

key 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>query

offset 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>query

limit 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>query

count_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>query

reverse is set to true if results are to be returned in the descending order.

Since: cosmos-sdk 0.43

Response

200OK

A successful response.

default

An unexpected error response

DenomTrace queries a denomination trace information.

GET
https://axelar.nownodes.io/ibc/apps/transfer/v1/denom_traces/{hash}

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

hashstringrequiredpath

hash (in hex format) or denom (full denom with ibc prefix) of the denomination trace information.

Response

200OK

A successful response.

default

An unexpected error response

Client

ClientParams queries all parameters of the ibc client.

GET
https://axelar.nownodes.io/ibc/client/v1/params

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

200OK

A successful response.

default

An unexpected error response