---
title: "Submit an Ergo transaction given as hex-encoded transaction bytes to unconfirmed pool to send it over the network"
method: POST
path: "/transactions/bytes"
tags: ["transactions"]
---

# Submit an Ergo transaction given as hex-encoded transaction bytes to unconfirmed pool to send it over the network

`POST /transactions/bytes`

## Request body

- string

## Response `200`

JSON with ID of the new transaction

- string, base16 — Base16-encoded transaction id bytes

## Other responses

- `default` — Error

---

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