---
title: "POST /operations"
method: POST
path: "/operations"
tags: ["operations"]
---

# POST /operations

`POST /operations`

Sends an operation.

## 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 `202`

The commit has been accepted (but not yet processed)

- object
  - `hash` string — BLAKE2b hash string starting by 'B'.

## Other responses

- `400` — The request is malformed.
- `403` — The signature does not match

---

[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)
