---
title: "POST /transactions"
method: POST
path: "/transactions"
tags: ["external", "transaction"]
---

# POST /transactions

`POST /transactions`

Post a new transaction

## Request body

- Tx
  - `tx` string, required — Base64Check encoded tagged byte array

## Response `200`

Successful operation

- PostTxResponse
  - `tx_hash` string, required — Base58Check encoded tagged hash

## Other responses

- `400` — Invalid transaction

---

[API](https://skmtc.dev/aeternity/apis/aeternity-node.md) · [All operations](https://skmtc.dev/aeternity/apis/aeternity-node/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aeternity/aeternity-node/revisions/808589a8d8eb/schema)
