---
title: "Get Transaction Debug URL"
method: GET
path: "/api/v2/minikit/transaction/debug"
---

# Get Transaction Debug URL

`GET /api/v2/minikit/transaction/debug`

Debug transactions that failed during the prepare stage. Returns Tenderly URLs when applicable.

## Query parameters

- `app_id` string, required

## Response `200`

Debug information list

- GetDebugUrlResponse
  - `transactions` GetDebugUrlItem[]
    - `debugUrl` string — Tenderly URL for debugging
    - `createdAt` string, date-time — Creation timestamp
    - `block` integer — Block number
    - `simulationRequestId` string — Simulation request ID
    - `simulationError` string — Simulation error message if any
    - `walletAddress` string — Associated wallet address

---

[API](https://skmtc.dev/world/apis/developer-portal-api.md) · [All operations](https://skmtc.dev/world/apis/developer-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/world/developer-portal-api/revisions/a99055a8765b/schema)
