POST
/
v1
/
track-tx
curl --request POST \
--url https://api.dkit.xyz/v1/track-tx \
--header 'Content-Type: application/json' \
--data '{
"hash": "0x67d8c9c1c9d0eb6b9c453e9394e11082e03cf85317c2e6bf675de08924624897",
"chainId": "ARB"
}'
{
"hash": "0x67d8c9c1c9d0eb6b9c453e9394e11082e03cf85317c2e6bf675de08924624897",
"chain": "ARB",
"status": "confirmed",
"confirmations": 12,
"blockHeight": 150234567,
"timestamp": 1704067200,
"from": "0x817bFA97Cc8E5Bfa499D401f43E3087B07AE96f9",
"to": "0x111111125421ca6dc452d289314280a0f8842a65",
"value": "0",
"gasUsed": "185432",
"gasPrice": "100000000"
}

Body

application/json

Response

200
application/json

Successful tracking response

The response is of type object.