merkle
Search
K

Tracing

Tracing API is not currently available publicly.
The transaction network keeps tracing information on transactions for up to 14 days after they are seen by the network.
Tracing lets you know when and where our network saw the transaction first. To trace a transaction, use the following endpoint:
GET https://txs.merkle.io/trace/<hash>
Make sure a X-MBS-Key is passed in the headers. Get a key here.
Here is a sample response for a transaction tracing:
{
"hash": "<hash>",
"chain_id": 1,
"trace": [
{"region": "US-EAST", "timestamp": 9999999, "origin": "0.0.0.0"}
]
}
On-demand pricing: $10 per million trace request.