Get the status of an IBC transfer by tx id

get/api/v1/ibc/{tx_id}/status

Path parameters

tx_idstring required

Tx id hash

Response

Status of the IBC transfer

status'unknown' | 'timeout' | 'success' | 'fail'

Changes