/ibc/apps/transfer/v1/denom_traces/{hash}

DenomTrace queries a denomination trace information.

Parameters:

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

Example:

// Request
curl -X GET -H 'Content-Type: application/json' https://cosmos-lcd.blockpi.network/cosmos/<your-api-key>/v1/ibc/apps/transfer/v1/denom_traces/{hash}

// Result

Last updated