cURL
curl --request GET \ --url https://developer.worldcoin.org/api/v2/minikit/transaction/debug
{ "transactions": [ { "debugUrl": "<string>", "createdAt": "2023-11-07T05:31:56Z", "block": 123, "simulationRequestId": "<string>", "simulationError": "<string>", "walletAddress": "<string>" } ] }
Debug transactions that failed during the prepare stage. Returns Tenderly URLs when applicable.
The app_id corresponding to the transaction that is being queried.
app_id
Debug information list
Show child attributes
Tenderly URL for debugging
Creation timestamp
Block number
Simulation request ID
Simulation error message if any
Associated wallet address
Was this page helpful?