Name
Meaning
Param Type
Data Type
Name
Meaning
Param Type
Data Type
Required
The hash of the transaction
The code of the transaction state
Whether the transaction is finalized
Whether the transaction is successful
The msg of the error during executing
{
"hash": "0xd7b1403ff021df36b98bece9eacdb3cab7cc10c5ff76dfb0f885bc08b362658f",
"state_code": 3,
"state_msg": "Excuted and success",
"is_finalized": true,
"is_success": true,
"error_msg": ""
}
curl --request GET \
--url https://api.nftrainbow.cn/v1/tx/{id} \
--header 'Authorization: Bearer {JWT}' \
--header 'Content-Type: application/json'