Get Transactions by Hash
This endpoint returns all Transactions for a given list of transaction hashes. Supported chains: ethereum, polygon, optimism, scroll, arbitrum, base, avalanche.
Parameters
| Parameter | Description | Type |
|---|---|---|
| chain_id | A keyword (i.e. "ethereum") or CAIP-2 identifier specifying the blockchain to query. | string |
| transaction_hashes | required The list of transaction hashes to retrieve, separated by commas (max 100 hashes per request). | [string] |
| include_failed | Boolean to include failed transactions in the response or not. (This is an Ethereum-only param. Your chain_id param must be ethereum or 1. Defaults to false.) |
boolean |
curl -X GET \
'https://api.transpose.io/block/transactions-by-hash?chain_id=ethereum&transaction_hashes=0x24babced3c46202e43d1bda1329c018622c9e38008a1cccb7338ec2c6883d2b7' \
-H 'X-API-KEY: BtRVYj7dgnYUcr1gSSfWhmrTShIb8RBG' \
Got questions? Join our Discord
Discord is the primary home of the Transpose developer community. Join us to ask questions, share your work, and get help.