---
title: "Broadcast raw transaction bytes"
method: POST
path: "/v1/client/broadcast_tx_sync"
tags: ["client"]
---

# Broadcast raw transaction bytes

`POST /v1/client/broadcast_tx_sync`

## Request body

- RawTXRequest
  - `address` string, required
  - `raw_hex_bytes` string, required

## Response `200`

Transaction added to the mempool without errors

## Other responses

- `400` — Bad request
- `500` — An error occurred while adding the transaction to the mempool

---

[API](https://skmtc.dev/pokt-network/apis/pocket-network.md) · [All operations](https://skmtc.dev/pokt-network/apis/pocket-network/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pokt-network/pocket-network/revisions/492a043fd702/schema)
