Transaction
Get /v2/tx/status
Prod Endpoints
- Info
- Fungible
- Transaction
Transaction
Get /v2/tx/status
Get the status of the specified transaction and any subsequent IBC or Axelar transfers if routing assets cross chain. The transaction must have previously been submitted to either the /submit or /track endpoints.
GET
/
v2
/
tx
/
status
tx_hash
string
*
tx_hash
Required
string
Hex encoded hash of the transaction to query for
chain_id
string
*
chain_id
Required
string
Chain ID of the transaction
{
"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
requiredHex encoded hash of the transaction to query for
chain_id
string
requiredChain 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.
{
"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
}
]
}