Transaction detail
Explorer API
Transaction Detail
Single-transaction lookup with native-scanner URL and related-tx context
GET
Transaction detail
Endpoint
{id} is the swap row id or transaction hash. As a fallback, you can pass ?tx_hash=0x... to look up by hash without using the path segment.
No authentication required.
Response
Success (200)
| Field | Description |
|---|---|
scanner_url | Native chain scanner URL for tx_hash (Etherscan, mempool.space, etc.) |
related_txs | Up to 5 most recent other swaps from the same from_address |
ExplorerTransaction (see overview).
Errors
| Status | Description |
|---|---|
400 | Missing id path parameter and no tx_hash query |
404 | No row matched id or tx_hash |