Path Parameters
hash*string
hash (in hex format) or denom (full denom with ibc prefix) of the denomination trace information.
Response Body
*/*
*/*
curl -X GET "https://api.terp.network/ibc/apps/transfer/v1/denom_traces/string"{
"denom_trace": {
"path": "string",
"base_denom": "string"
}
}{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}