Transaction Details by Hash
Look up one transaction by hash. Example: chain=ethereum with a 0x-prefixed 64-character hash.
All numeric fields are hex-encoded. Convert them with parseInt(hex, 16).
Supported chains: ethereum, polygon, bsc, arbitrum, optimism, base, avalanche, fantom, linea, cyber.
Query parameters
Transaction hash (0x-prefixed hex)
Transaction hash (0x-prefixed hex)
Chain. Can be ethereum, polygon, bsc, arbitrum, optimism, base, avalanche, fantom, linea, or cyber.
Chain. Can be ethereum, polygon, bsc, arbitrum, optimism, base, avalanche, fantom, linea, or cyber.
Comma-separated enrichments to attach. Currently valid: labels — adds from_label and to_label fields with entity information for the from/to addresses.
Comma-separated enrichments to attach. Currently valid: labels — adds from_label and to_label fields with entity information for the from/to addresses.
Response
OK
Example response
{
"$schema": "https://example.com/schemas/DataResponseOnchainTxItem.json"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.