Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ slug: reference/simulation-asset-changes
---

<Info>
Try it out - [alchemy\_simulateAssetChanges](/reference/alchemy-simulateassetchanges).
Try it out - [alchemy_simulateAssetChanges](https://www.alchemy.com/docs/data/simulation-apis/transaction-simulation-endpoints/alchemy-simulate-asset-changes).
</Info>

## How does it work?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ slug: reference/simulation-bundle
---

<Info>
Try it out - [alchemy\_simulateAssetChangesBundle](/reference/alchemy-simulateassetchangesbundle) and [alchemy\_simulateExecutionBundle](/reference/alchemy-simulateexecutionbundle).
Try it out - [alchemy_simulateAssetChangesBundle](https://www.alchemy.com/docs/data/simulation-apis/transaction-simulation-endpoints/alchemy-simulate-asset-changes-bundle) and [alchemy_simulateExecutionBundle](https://www.alchemy.com/docs/data/simulation-apis/transaction-simulation-endpoints/alchemy-simulate-execution-bundle).
</Info>

With [Asset Changes](/reference/alchemy-simulateassetchanges) and [Execution Simulation](/reference/alchemy-simulateexecution), you are able to simulate 1 transaction and get asset changes, decoded logs, decoded traces and more.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ You'll find some examples to get you started below!

You can also try out the APIs yourself using our API playgrounds directly:

* [alchemy\_simulateAssetChanges](/reference/alchemy-simulateassetchanges)
* [alchemy\_simulateAssetChangesBundle](/reference/alchemy-simulateassetchangesbundle)
* [alchemy\_simulateExecution](/reference/alchemy-simulateexecution)
* [alchemy\_simulateExecutionBundle](/reference/alchemy-simulateexecutionbundle)
* [alchemy_simulateAssetChanges](https://www.alchemy.com/docs/data/simulation-apis/transaction-simulation-endpoints/alchemy-simulate-asset-changes)
* [alchemy_simulateAssetChangesBundle](https://www.alchemy.com/docs/data/simulation-apis/transaction-simulation-endpoints/alchemy-simulate-asset-changes-bundle)
* [alchemy_simulateExecution](https://www.alchemy.com/docs/data/simulation-apis/transaction-simulation-endpoints/alchemy-simulate-execution)
* [alchemy_simulateExecutionBundle](https://www.alchemy.com/docs/data/simulation-apis/transaction-simulation-endpoints/alchemy-simulate-execution-bundle)

<Check>
The examples below are for Eth Mainnet and Polygon Mainnet. Simulation also works on Arbitrum and testnets - more examples coming soon!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ slug: reference/simulation-execution
---

<Info>
Try it out - [alchemy\_simulateExecution](/reference/alchemy-simulateexecution).
Try it out - [alchemy_simulateExecution](https://www.alchemy.com/docs/data/simulation-apis/transaction-simulation-endpoints/alchemy-simulate-execution).
</Info>

## How does it work?
Expand Down
Loading