> ## Documentation Index
> Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Tracing Enhancements Supported on Ethereum

*Published December 12, 2024*

![Tracing Enhancements Supported on Ethereum](https://www.datocms-assets.com/86369/1741045831-tracing-enhancements-on-ethereum.jpg)

Introducing the following tracing enhancements to our [Multichain & Multiaddress Transactions API](https://goldrush.dev/docs/api-reference/foundational-api/cross-chain/get-allchains-transactions) and [Get a Transaction](https://goldrush.dev/docs/api-reference/transactions/get-a-transaction) for `ethereum-mainnet`:

* Internal Transactions
* State Changes
* Input Data

Use the following query params:

* `with-internal` - includes internal transfers/transactions in the chain's native token.
* `with-state` - includes all transaction state changes with before and after values
* `with-input-data` - includes the transaction's input data, currently just the Method ID.

[Learn more](https://goldrush.dev/docs/api-reference/cross-chain/get-allchains-balances)
