cURL
curl --request GET \ --url https://developer.worldcoin.org/api/v2/minikit/transaction/debug
{ "transactions": [ { "debugUrl": "https://dashboard.tenderly.co/tx/...", "createdAt": "2024-03-21T10:30:00.000Z", "block": 12345678, "simulationRequestId": "sim_abc123def456", "simulationError": "Permit signature expired", "walletAddress": "0x1234..." } ] }
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
The response is of type object.
object
Was this page helpful?