---
title: "Validate Transaction"
method: POST
path: "/debug/validate"
tags: ["debug"]
---

# Validate Transaction

`POST /debug/validate`

Validates a transaction and measures time spent in milliseconds. You should use the JSON transaction format with proofs

## Request body

- string

## Response `200`

successful operation

- object
  - `valid` boolean, required
  - `validationTime` integer, required
  - `trace` string[], required

---

[API](https://skmtc.net/wavesplatform/apis/waves-full-node-chainid.md) · [All operations](https://skmtc.net/wavesplatform/apis/waves-full-node-chainid/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wavesplatform/waves-full-node-chainid/versions/09465bcdf6ce/schema)
