{
"tx_hash": "0xc1d7544a525266f3fe5aada8ffd57f9bcf2b35ed6e276044ab92c6fb68267781"
}
curl --location --request POST 'https://api.trait.tech/tx/status' \
--header 'Content-Type: application/json' \
--data-raw '{
"tx_hash": "0xc1d7544a525266f3fe5aada8ffd57f9bcf2b35ed6e276044ab92c6fb68267781"
}'
{
"metadata": {
"request_context": {
"block_hash": "0xab8006019066f080402ab43da043127b930ef0ffb3349a333222d67c0f542338",
"block_index": 29702,
"block_timestamp": 1727581488000
},
"blockchain_head": {
"block_hash": "0xab8006019066f080402ab43da043127b930ef0ffb3349a333222d67c0f542338",
"block_index": 29702,
"block_timestamp": 1727581488000
}
},
"data": {
"status_code": "FINALISED",
"status_text": "Transaction included into the blockchain"
}
}