---
title: "Broadcast a transaction"
method: POST
path: "/cryptos/{cryptoCode}/broadcast"
tags: ["Transactions"]
---

# Broadcast a transaction

`POST /cryptos/{cryptoCode}/broadcast`

Broadcasts a raw transaction to the network for the specified cryptocurrency.

## Path parameters

- `cryptoCode` string, required

## Request body

- object
  - `hex` string, required — The raw transaction in hexadecimal format.

## Response `200`

Transaction broadcast successfully.

- object
  - `transactionId` string, required — The ID of the broadcasted transaction.

## Other responses

- `400` — Bad request. Invalid transaction data.

## Changes

- **2024-11-25** `6b9539137e6a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/btcpayserver/apis/nbxplorer-api/changes/cryptos/:cryptoCode/broadcast/post.md)

---

[API](https://skmtc.dev/btcpayserver/apis/nbxplorer-api.md) · [All operations](https://skmtc.dev/btcpayserver/apis/nbxplorer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/btcpayserver/nbxplorer-api/revisions/7a96af40bbcc/schema)
