post https://public.getcharged.dev/simulate
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
- The asset changes along with token names and images.
- Approvals, if any, which are taken during the transaction
- Transaction success status along with readable failure messages (if any)
- 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.