---
title: "broadcasthex"
method: POST
path: "/node/v1/tron/mainnet/{apiKey}/wallet/broadcasthex"
---

# broadcasthex

`POST /node/v1/tron/mainnet/{apiKey}/wallet/broadcasthex`

Broadcast the protobuf encoded transaction hex string after sign.

## Path parameters

- `apiKey` string, required

## Request body

- object
  - `transaction` string, required

## Response `200`

200

- object
  - `result` boolean — Whether the broadcast was successful. true - successful; false - failed, and this field will not be displayed in the returned result
  - `txid` string — Transaction id
  - `code` string — Error code
  - `message` string — Detailed error information
  - `transaction` string — Transaction object, please refer to the Transaction chapter for the content contained in it

---

[API](https://skmtc.net/zan/apis/zan-getnftmetadata.md) · [All operations](https://skmtc.net/zan/apis/zan-getnftmetadata/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zan/zan-getnftmetadata/versions/be8fa2338895/schema)
