Transaction status
Get the status of a transaction
Query Parameters
Name
Type
Description
{
"chain_id": 1,
"id": "128d741e-3584-490e-8209-18260d77723e",
"pending": false,
"mined_at":0,
"mined_at_block_number": 17337054,
"received_at": 1685028550472473,
"status": "mined",
"transaction": {
"data": "",
"from": "0x65D072964AF7DdBC25cDb726A97B4d1a04A32242",
"gas": 21000,
"hash": "0x3fbec2aa8b367d42e76030d12095a3c60cbaa57a408cd793f33e8a7abc179663",
"nonce": 2,
"to": "0x505ea9aC45A7D7919C12BA3eb47887dfE8D18604",
"value": "200000000000000000"
}
}Last updated
Was this helpful?