GET
/
v2
/
tx
/
status
{
  "transfers": [
    {
      "state": "STATE_COMPLETED_SUCCESS",
      "transfer_sequence": [
        {
          "ibc_transfer": {
            "from_chain_id": "cosmoshub-4",
            "to_chain_id": "osmosis-1",
            "state": "TRANSFER_SUCCESS",
            "packet_txs": {
              "send_tx": {
                "chain_id": "cosmoshub-4",
                "tx_hash": "EEC65138E6A7BDD047ED0D4BBA249A754F0BBBC7AA976568C4F35A32CD7FB8EB",
                "explorer_link": "https://www.mintscan.io/cosmos/transactions/EEC65138E6A7BDD047ED0D4BBA249A754F0BBBC7AA976568C4F35A32CD7FB8EB"
              },
              "receive_tx": {
                "chain_id": "osmosis-1",
                "tx_hash": "F513DDCB7BDFEE74AF07F67881D6778A3710C88EEAEBDA95E726E52C7B5E6BD3",
                "explorer_link": "https://www.mintscan.io/osmosis/transactions/F513DDCB7BDFEE74AF07F67881D6778A3710C88EEAEBDA95E726E52C7B5E6BD3"
              },
              "acknowledge_tx": {
                "chain_id": "cosmoshub-4",
                "tx_hash": "67E19B010FED8688C1B476EE4E1E627111158527C531742FB3D54A7399E40789",
                "explorer_link": "https://www.mintscan.io/cosmos/transactions/67E19B010FED8688C1B476EE4E1E627111158527C531742FB3D54A7399E40789"
              },
              "timeout_tx": null,
              "error": null
            }
          }
        },
        {
          "axelar_transfer": {
            "from_chain_id": "osmosis-1",
            "to_chain_id": "43114",
            "type": "AXELAR_TRANSFER_SEND_TOKEN",
            "state": "AXELAR_TRANSFER_SUCCESS",
            "txs": {
              "send_token_txs": {
                "send_tx": {
                  "chain_id": "osmosis-1",
                  "tx_hash": "F513DDCB7BDFEE74AF07F67881D6778A3710C88EEAEBDA95E726E52C7B5E6BD3",
                  "explorer_link": "https://www.mintscan.io/osmosis/transactions/F513DDCB7BDFEE74AF07F67881D6778A3710C88EEAEBDA95E726E52C7B5E6BD3"
                },
                "confirm_tx": null,
                "execute_tx": {
                  "chain_id": "43114",
                  "tx_hash": "0x0f2c793c8fe522efd7bcd38e1e666f02fb516782799ddd26d8d7a4e8a5b71dc8",
                  "explorer_link": "https://snowtrace.io/tx/0x0f2c793c8fe522efd7bcd38e1e666f02fb516782799ddd26d8d7a4e8a5b71dc8"
                },
                "error": null
              }
            },
            "axelar_scan_link": "https://axelarscan.io/transfer/F513DDCB7BDFEE74AF07F67881D6778A3710C88EEAEBDA95E726E52C7B5E6BD3"
          }
        }
      ],
      "next_blocking_transfer": null,
      "transfer_asset_release": {
        "chain_id": "43114",
        "denom": "wavax-wei",
        "released": true
      },
      "error": null
    }
  ]
}

Query Parameters

tx_hash
string
required

Hex encoded hash of the transaction to query for

chain_id
string
required

Chain ID of the transaction

Response

200 - application/json
transfers
object[]

Transfer status for all transfers initiated by the transaction in the order they were initiated.