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

Changed in 2 of the 50 revisions of this API.211

  • 126c27b4169011See the full diff
    • the response's body type changed from array to object for status

      response-body-type-changed

    • added the optional property to the response with the status

      response-optional-property-added

  • 6893b023807011See the full diff
    • the response's body type changed from object to array for status

      response-body-type-changed

    • removed the optional property from the response with the status

      response-optional-property-removed

    This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 50 revisions, 1 has no diff computed.