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"
}Service Endpoints
Track Transaction
Track the status of a transaction
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
Successful tracking response
Available options:
not_found, pending, confirmed, failed, replaced Chain code (e.g. ETH, BTC, SOL)
Available options:
ARB, AVAX, BASE, BSC, BTC, BCH, GAIA, DASH, DOGE, ETH, KUJI, LTC, MAYA, OP, DOT, FLIP, MATIC, XRD, THOR, SOL, ZEC, HYPE Show child attributes
Show child attributes