Simulation API (Starknet)

Simulate transaction to get what happens in the transaction in a human readable format.

The Simulation API gives you a detailed description of what will happen in your transaction before your transaction reaches the network. It tells you

  1. The asset changes along with token names and images.
  2. Approvals, if any, which are taken during the transaction
  3. Transaction success status along with readable failure messages (if any)
  4. All events which will be emitted as a result of the transaction

You can find a sample request for the API on the right side. Click on Try it to get a sample response.

Language
Click Try It! to start a request and see the response here!