---
title: "POST /helpers/hash-operation"
method: POST
path: "/helpers/hash-operation"
tags: ["helpers"]
---

# POST /helpers/hash-operation

`POST /helpers/hash-operation`

Returns the hash of the given packet. It can be any json.

## Request body

- Operation
  - `level` string
  - `nonce` string
  - `source` string
  - `content` union[]
    - union
      - string
      - object
        - `receiver` string
        - `ticket_id` union[]
          - union
            - string
            - object
              - …
        - `amount` string

## Response `200`

The hash of the operation.

- object
  - `hash` string

---

[API](https://skmtc.dev/marigold-dev/apis/deku.md) · [All operations](https://skmtc.dev/marigold-dev/apis/deku/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/marigold-dev/deku/revisions/7656b4fb8ba1/schema)
