Get Environment Instance Transactions
Get transactions across all Virtual TestNets in an environment instance, with pagination and optional filters by status, category, kind, from/to address.
Authorizations
An API key is a token that a client provides when making API calls. The key can be sent as a request header:
curl 'https://api.tenderly.co/api/v1/account/${TENDERLY_ACCOUNT_SLUG}/project/${TENDERLY_PROJECT_SLUG}/simulate' \
-H 'X-Access-Key: ${TENDERLY_ACCESS_KEY}' \
...
Learn how to generate API access tokens at Tenderly Docs.
Path Parameters
Account ID or slug
Project ID or slug
Environment ID
Environment instance ID
Query Parameters
Filter transactions by Virtual TestNet IDs (comma separated)
Transaction statuses to filter by (comma separated)
success, failed, pending, unknown Transaction categories to filter by (comma separated)
write, read, compute, subscribe, config, chain_sync Transaction kinds to filter by (comma separated)
simulation, blockchain, fixture, cheatcode, cheatcode_faucet, internal, sync, chain_sync Filter by sender addresses (comma separated)
Filter by recipient addresses (comma separated)
Page number for pagination
x >= 1Number of transactions to return per page
1 <= x <= 100Response
A successful response.
Unique identifier of the transaction.
"4010f442-c4d9-407d-aba1-7276e3312998"
Identifier of the Virtual Testnet.
"4010f442-c4d9-407d-aba1-7276e3312998"
Origin of the transaction.
rpc, copy, api, system, dashboard, cli, sdk "rpc"
Category of the transaction.
write, read, compute, subscribe, config, chain_sync "write"
Kind of transaction.
simulation, blockchain, fixture, cheatcode, cheatcode_faucet, internal, sync, chain_sync "blockchain"
Status of the transaction.
success, failed, pending, unknown "success"
Reason for the error. Null if no error.
"execution reverted"
True if the transaction was reverted using evm_revert rpc method.
false
RPC method used to create the transaction.
"eth_sendTransaction"
Timestamp when the transaction was created.
"2024-04-21T12:00:00Z"
URL to the transaction in the Tenderly dashboard.
"https://dashboard.tenderly.co/transactions/4010f442-c4d9-407d-aba1-7276e3312998"
URL to the transaction in the public explorer. Only present if public explorer page is enabled.
"https://explorer.tenderly.co/transactions/4010f442-c4d9-407d-aba1-7276e3312998"
Block number of the transaction.
"0x12c50f0"
Hash of the block containing the transaction.
"0xe28d8b295d236f85db34dc12982f5235e361101a26cf35f4be798fb000997194"
Hash of the transaction.
"0x0288ab91522c19cd1589eb73b86f4b874c52ed39cdce1ba7cef790f314c4523f"
Index of the transaction within the block.
"0x0"
Sender address of the transaction.
"0xfa78a211f7df670338daed1f96177c9fe154fcb1"
Receiver address of the transaction.
"0x6c8b8870c415f3b2d5fe0cd61e9c6960bad8e0c9"
Input data of the transaction.
"0x805e1f53"
Nonce of the transaction.
"0x15"
Value of the transaction.
"0x0"
Gas of the transaction.
"0x5208"
Gas price of the transaction.
"0x3b9aca00"
Maximum priority fee per gas of the transaction.
"0x0"
Maximum fee per gas of the transaction.
"0x0"
Type of the transaction.
"1"
Overrides for block data
{ "number": "0x124214", "time": "0x124124" }
Name of the function invoked by the transaction.
"mint"